Shades of Turquoise Blue #5ECBDB
Tints of Turquoise Blue #5ECBDB
RGB
CMYK
RGB Variations
Color information
#5ECBDB (or 0x5ECBDB) is known color: Turquoise Blue. HEX triplet: 5E, CB and DB. RGB value is (94,203,219). Sum of RGB (Red+Green+Blue) = 94+203+219=516 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.22% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #5ECBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBDB is #A13424. Grayscale: #ACACAC. Windows color (decimal): -10564645 or 14404446. OLE color: 14404446.
HSL color Cylindrical-coordinate representation of color #5ECBDB: hue angle of 187.68º 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 #5ECBDB is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 203 | 219 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.14 |
| HSL | 187.68º | 0.63% | 0.61% | - |
| HSV(B) | 187.68º | 0.57% | 0.86% | - |
| XYZ | 38.76 | 50.21 | 74.67 | - |
| YUV | 172.23 | 154.39 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 219 | 0.57 | 0.07 | 0 | 0.14 | 187.68 | 0.63 | 0.61 |
| Hex | 5E | CB | DB | 39 | 7 | 0 | E | BC | 3F | 3D |
| Octal | 136 | 313 | 333 | 71 | 7 | 0 | 16 | 274 | 77 | 75 |
| Binary | 1011110 | 11001011 | 11011011 | 111001 | 111 | 0 | 1110 | 10111100 | 111111 | 111101 |
Color Harmonies of #5ECBDB
Complementary color
Monochromatic Colors of #5ECBDB
Black with #5ECBDB
Text Example
Text Example
White with #5ECBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBDB; }
p { color: rgb(94,203,219); }
H1.HeaderClassName
{
color: #5ECBDB;
}
.AnyTagClassName
{
color: #5ECBDB;
}
</style>
background-color css
<style>
a { background-color: #5ECBDB; }
a { background-color: rgb(94,203,219); }
div.DivClassName
{
background-color: #5ECBDB;
}
.BgClassName
{
background-color: #5ECBDB;
}
</style>
border-color css
<style>
span { border-color: #5ECBDB; }
span { border-color: rgb(94,203,219); }
td.TdClassName
{
border-color: #5ECBDB;
}
.TagClassName
{
border-color: #5ECBDB;
}
</style>