#5FF0EC

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

Shades of Turquoise Blue #5FF0EC

Tints of Turquoise Blue #5FF0EC

Color information

#5FF0EC (or 0x5FF0EC) is unknown color: approx Turquoise Blue. HEX triplet: 5F, F0 and EC. RGB value is (95,240,236). Sum of RGB (Red+Green+Blue) = 95+240+236=571 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.64% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF0EC is #A00F13. Grayscale: #C4C4C4. Windows color (decimal): -10489620 or 15528031. OLE color: 15528031.

HSL color Cylindrical-coordinate representation of color #5FF0EC: hue angle of 178.34º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FF0EC is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB95240236-
CMYK0.6000.020.06
HSL178.34º82.86%65.69%-
HSV(B)178.34º60.42%94.12%-
XYZ51.0270.8190.34-
YUV196.19150.4655.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.64%
GREEN value IS 240 (94.14% from 255) = 42.03%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=16.64%
G=42.03%
B=41.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal952402360.6000.020.06178.3482.8665.69
Hex5FF0EC3C026b25342
Octal13736035474026262123102
Binary101111111110000111011001111000101101011001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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