#5FDEEC

Color #5FDEEC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5FDEEC

Tints of Turquoise Blue #5FDEEC

Color information

#5FDEEC (or 0x5FDEEC) is unknown color: approx Turquoise Blue. HEX triplet: 5F, DE and EC. RGB value is (95,222,236). Sum of RGB (Red+Green+Blue) = 95+222+236=553 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.18% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FDEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDEEC is #A02113. Grayscale: #B9B9B9. Windows color (decimal): -10494228 or 15523423. OLE color: 15523423.

HSL color Cylindrical-coordinate representation of color #5FDEEC: hue angle of 185.96º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FDEEC is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95222236-
CMYK0.600.0600.07
HSL185.96º78.77%64.9%-
HSV(B)185.96º59.75%92.55%-
XYZ45.9860.7388.66-
YUV185.62156.4263.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 17.18%
GREEN value IS 222 (87.11% from 255) = 40.14%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=17.18%
G=40.14%
B=42.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal952222360.600.0600.07185.9678.7764.9
Hex5FDEEC3C607ba4f41
Octal13733635474607272117101
Binary1011111110111101110110011110011001111011101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FDEEC; }

 p { color: rgb(95,222,236); }

 H1.HeaderClassName
 {
   color: #5FDEEC;
 }
 .AnyTagClassName
 {
   color: #5FDEEC;
 }
</style>
background-color css

<style>
 a { background-color: #5FDEEC; }

 a { background-color: rgb(95,222,236); }

 div.DivClassName
 {
   background-color: #5FDEEC;
 }
 .BgClassName
 {
   background-color: #5FDEEC;
 }
</style>
border-color css

<style>
 span { border-color: #5FDEEC; }

 span { border-color: rgb(95,222,236); }

 td.TdClassName
 {
   border-color: #5FDEEC;
 }
 .TagClassName
 {
   border-color: #5FDEEC;
 }
</style>