#5FECD8

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

Shades of Turquoise Blue #5FECD8

Tints of Turquoise Blue #5FECD8

Color information

#5FECD8 (or 0x5FECD8) is unknown color: approx Turquoise Blue. HEX triplet: 5F, EC and D8. RGB value is (95,236,216). Sum of RGB (Red+Green+Blue) = 95+236+216=547 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.37% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FECD8 is #A01327. Grayscale: #BFBFBF. Windows color (decimal): -10490664 or 14216287. OLE color: 14216287.

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

Color convert

RGB95236216-
CMYK0.6000.080.07
HSL171.49º78.77%64.9%-
HSV(B)171.49º59.75%92.55%-
XYZ47.1167.3875.49-
YUV191.56141.7959.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.37%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=17.37%
G=43.14%
B=39.49%

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
Decimal952362160.6000.080.07171.4978.7764.9
Hex5FECD83C087ab4f41
Octal137354330740107253117101
Binary10111111110110011011000111100010001111010101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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