Shades of Turquoise Blue #5FCEDC
Tints of Turquoise Blue #5FCEDC
RGB
CMYK
RGB Variations
Color information
#5FCEDC (or 0x5FCEDC) is known color: Turquoise Blue. HEX triplet: 5F, CE and DC. RGB value is (95,206,220). Sum of RGB (Red+Green+Blue) = 95+206+220=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FCEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEDC is #A03123. Grayscale: #AEAEAE. Windows color (decimal): -10498340 or 14470751. OLE color: 14470751.
HSL color Cylindrical-coordinate representation of color #5FCEDC: hue angle of 186.72º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FCEDC is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 206 | 220 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.14 |
| HSL | 186.72º | 0.64% | 0.62% | - |
| HSV(B) | 186.72º | 0.57% | 0.86% | - |
| XYZ | 39.71 | 51.74 | 75.6 | - |
| YUV | 174.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 220 | 0.57 | 0.06 | 0 | 0.14 | 186.72 | 0.64 | 0.62 |
| Hex | 5F | CE | DC | 39 | 6 | 0 | E | BB | 40 | 3E |
| Octal | 137 | 316 | 334 | 71 | 6 | 0 | 16 | 273 | 100 | 76 |
| Binary | 1011111 | 11001110 | 11011100 | 111001 | 110 | 0 | 1110 | 10111011 | 1000000 | 111110 |
Color Harmonies of #5FCEDC
Complementary color
Monochromatic Colors of #5FCEDC
Black with #5FCEDC
Text Example
Text Example
White with #5FCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEDC; }
p { color: rgb(95,206,220); }
H1.HeaderClassName
{
color: #5FCEDC;
}
.AnyTagClassName
{
color: #5FCEDC;
}
</style>
background-color css
<style>
a { background-color: #5FCEDC; }
a { background-color: rgb(95,206,220); }
div.DivClassName
{
background-color: #5FCEDC;
}
.BgClassName
{
background-color: #5FCEDC;
}
</style>
border-color css
<style>
span { border-color: #5FCEDC; }
span { border-color: rgb(95,206,220); }
td.TdClassName
{
border-color: #5FCEDC;
}
.TagClassName
{
border-color: #5FCEDC;
}
</style>