COLOR #75EDF0

HEX: #75EDF0
RGB: (117,237,240)

Color info

#75EDF0 contains mainly green and blue colors. Web safe color of #75EDF0 is #66FFFF (or #6FF).

RGB color model

#75EDF0 color RGB value is (117,237,240).

  • red value is 117;
  • green value is 237;
  • blue value is 240.
RGB:
(117,237,240)
(46%,93%,94%)

RGB channels and saturation

R 117 of 255 = 46%
G 237 of 255 = 93%
B 240 of 255 = 94%

117
237
240

R + G + B ~ 78%. #75EDF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 237 + 240 = 594 (100%)
R 117 of 594 ~ 19.7%
G 237 of 594 ~ 39.9%
B 240 of 594 ~ 40.4%

%19.7
%39.9
%40.4

CMYK color model

#75EDF0 color CMYK value is (51,1,0,6).

  • cyan value is 51.25%
  • magenta value is 1.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(51,1,0,6)
C51M1Y0K6 
(51%,1%,0%,6%)
(0.51/0.01/0.00/0.06)	

CMYK percentages

%51.25
%1.25
%0
%5.88

Codes

Color #75EDF0 in popluar color models

75EDF0
RGB117237240
HSL181°80.39%70.00%
HSB/HSV181°51.25%94.12%
CMYK51.25%1.25%0.00%
5.88%

Color #75EDF0 in popluar number systems.

HEX75EDF0
Decimal117237240
Binary11101011110110111110000
Octal165355360

Shades and tints

Shades of #75EDF0

#75EDF0
(117,237,240)
#6BD8DB
(107,216,219)
#61C3C6
(97,195,198)
#57AEB1
(87,174,177)
#4D999C
(77,153,156)
#438487
(67,132,135)
#396F72
(57,111,114)
#2F5A5D
(47,90,93)
#254548
(37,69,72)
#1B3033
(27,48,51)
#111B1E
(17,27,30)
#000000
(0,0,0)

Tints of #75EDF0

#75EDF0
(117,237,240)
#81EEF1
(129,238,241)
#8DEFF2
(141,239,242)
#99F0F3
(153,240,243)
#A5F1F4
(165,241,244)
#B1F2F5
(177,242,245)
#BDF3F6
(189,243,246)
#C9F4F7
(201,244,247)
#D5F5F8
(213,245,248)
#E1F6F9
(225,246,249)
#EDF7FA
(237,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75EDF0 color. Also use rgb(117,237,240) instead hex code.

Text Font Color

.myTextColor { color: #75EDF0; }

<p style="color:#75EDF0">This sample text font color is #75EDF0.</p>

This text font color is #75EDF0.


Background Color

.myBgColor { background-color: #75EDF0; }

<div style="background-color:#75EDF0">Inner text</div>

This div background color is #75EDF0.


Border color

.myBorderColor { border: 1px solid #75EDF0; }

<div style="border:3px solid #75EDF0">Div</div>

This div border color is #75EDF0.


Opacity

.myOpacity80 { color: #75EDF0; opacity: 0.8; }

<p style="color:#75EDF0;opacity:0.8;">80%</p>

Text with #75EDF0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #75EDF0;}

<p style="text-shadow: 3px 3px 1px #75EDF0">Text here.</p>

This text has shadow with #75EDF0 color.

.textShadow {text-shadow: 3px 3px 1px #75EDF0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #75EDF0, 5px 5px 20px red">Text here.</p>

This text has shadow with #75EDF0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75EDF0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#75EDF0, Direction=45, Strength=4)">Text</p>

This text has shadow with #75EDF0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #75EDF0;
  -webkit-box-shadow:	1px 1px 3px 2px #75EDF0;
  box-shadow:		1px 1px 3px 2px #75EDF0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75EDF0;
-webkit-box-shadow: 1px 1px 3px 2px #75EDF0;
box-shadow:1px 1px 3px 2px #75EDF0;">
Div content here</div>
This div box has shadow with color #75EDF0.

Preview

Color preview on black background

This text has color #75EDF0 on black background.


Color preview on white background

This text has color #75EDF0 on white background.



Black color preview on #75EDF0 background

This text has black color on #75EDF0 background.


White color preview on #75EDF0 background

This text has white color on #75EDF0 background.