#5FECD9

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

Shades of Turquoise Blue #5FECD9

Tints of Turquoise Blue #5FECD9

Color information

#5FECD9 (or 0x5FECD9) is unknown color: approx Turquoise Blue. HEX triplet: 5F, EC and D9. RGB value is (95,236,217). Sum of RGB (Red+Green+Blue) = 95+236+217=548 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.34% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FECD9 is #A01326. Grayscale: #BFBFBF. Windows color (decimal): -10490663 or 14281823. OLE color: 14281823.

HSL color Cylindrical-coordinate representation of color #5FECD9: hue angle of 171.91º 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 #5FECD9 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB95236217-
CMYK0.6000.080.07
HSL171.91º78.77%64.9%-
HSV(B)171.91º59.75%92.55%-
XYZ47.2467.4376.17-
YUV191.68142.2959.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.34%
GREEN value IS 236 (92.58% from 255) = 43.07%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=17.34%
G=43.07%
B=39.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal952362170.6000.080.07171.9178.7764.9
Hex5FECD93C087ac4f41
Octal137354331740107254117101
Binary10111111110110011011001111100010001111010110010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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