Shades of Turquoise Blue #5ECCD9
Tints of Turquoise Blue #5ECCD9
RGB
CMYK
RGB Variations
Color information
#5ECCD9 (or 0x5ECCD9) is known color: Turquoise Blue. HEX triplet: 5E, CC and D9. RGB value is (94,204,217). Sum of RGB (Red+Green+Blue) = 94+204+217=515 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.25% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #5ECCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECCD9 is #A13326. Grayscale: #ACACAC. Windows color (decimal): -10564391 or 14273630. OLE color: 14273630.
HSL color Cylindrical-coordinate representation of color #5ECCD9: hue angle of 186.34º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ECCD9 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 204 | 217 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.15 |
| HSL | 186.34º | 0.62% | 0.61% | - |
| HSV(B) | 186.34º | 0.57% | 0.85% | - |
| XYZ | 38.73 | 50.58 | 73.37 | - |
| YUV | 172.59 | 153.06 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 217 | 0.57 | 0.06 | 0 | 0.15 | 186.34 | 0.62 | 0.61 |
| Hex | 5E | CC | D9 | 39 | 6 | 0 | F | BA | 3E | 3D |
| Octal | 136 | 314 | 331 | 71 | 6 | 0 | 17 | 272 | 76 | 75 |
| Binary | 1011110 | 11001100 | 11011001 | 111001 | 110 | 0 | 1111 | 10111010 | 111110 | 111101 |
Color Harmonies of #5ECCD9
Complementary color
Monochromatic Colors of #5ECCD9
Black with #5ECCD9
Text Example
Text Example
White with #5ECCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCD9; }
p { color: rgb(94,204,217); }
H1.HeaderClassName
{
color: #5ECCD9;
}
.AnyTagClassName
{
color: #5ECCD9;
}
</style>
background-color css
<style>
a { background-color: #5ECCD9; }
a { background-color: rgb(94,204,217); }
div.DivClassName
{
background-color: #5ECCD9;
}
.BgClassName
{
background-color: #5ECCD9;
}
</style>
border-color css
<style>
span { border-color: #5ECCD9; }
span { border-color: rgb(94,204,217); }
td.TdClassName
{
border-color: #5ECCD9;
}
.TagClassName
{
border-color: #5ECCD9;
}
</style>