Shades of Turquoise Blue #5ECCDB
Tints of Turquoise Blue #5ECCDB
RGB
CMYK
RGB Variations
Color information
#5ECCDB (or 0x5ECCDB) is known color: Turquoise Blue. HEX triplet: 5E, CC and DB. RGB value is (94,204,219). Sum of RGB (Red+Green+Blue) = 94+204+219=517 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.18% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #5ECCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECCDB is #A13324. Grayscale: #ACACAC. Windows color (decimal): -10564389 or 14404702. OLE color: 14404702.
HSL color Cylindrical-coordinate representation of color #5ECCDB: hue angle of 187.2º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ECCDB is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 204 | 219 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.14 |
| HSL | 187.2º | 0.63% | 0.61% | - |
| HSV(B) | 187.2º | 0.57% | 0.86% | - |
| XYZ | 39 | 50.68 | 74.74 | - |
| YUV | 172.82 | 154.06 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 219 | 0.57 | 0.07 | 0 | 0.14 | 187.2 | 0.63 | 0.61 |
| Hex | 5E | CC | DB | 39 | 7 | 0 | E | BB | 3F | 3D |
| Octal | 136 | 314 | 333 | 71 | 7 | 0 | 16 | 273 | 77 | 75 |
| Binary | 1011110 | 11001100 | 11011011 | 111001 | 111 | 0 | 1110 | 10111011 | 111111 | 111101 |
Color Harmonies of #5ECCDB
Complementary color
Monochromatic Colors of #5ECCDB
Black with #5ECCDB
Text Example
Text Example
White with #5ECCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCDB; }
p { color: rgb(94,204,219); }
H1.HeaderClassName
{
color: #5ECCDB;
}
.AnyTagClassName
{
color: #5ECCDB;
}
</style>
background-color css
<style>
a { background-color: #5ECCDB; }
a { background-color: rgb(94,204,219); }
div.DivClassName
{
background-color: #5ECCDB;
}
.BgClassName
{
background-color: #5ECCDB;
}
</style>
border-color css
<style>
span { border-color: #5ECCDB; }
span { border-color: rgb(94,204,219); }
td.TdClassName
{
border-color: #5ECCDB;
}
.TagClassName
{
border-color: #5ECCDB;
}
</style>