Shades of Turquoise Blue #5ECBDC
Tints of Turquoise Blue #5ECBDC
RGB
CMYK
RGB Variations
Color information
#5ECBDC (or 0x5ECBDC) is known color: Turquoise Blue. HEX triplet: 5E, CB and DC. RGB value is (94,203,220). Sum of RGB (Red+Green+Blue) = 94+203+220=517 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.18% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ECBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBDC is #A13423. Grayscale: #ACACAC. Windows color (decimal): -10564644 or 14469982. OLE color: 14469982.
HSL color Cylindrical-coordinate representation of color #5ECBDC: hue angle of 188.1º 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 #5ECBDC is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 203 | 220 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.14 |
| HSL | 188.1º | 0.64% | 0.62% | - |
| HSV(B) | 188.1º | 0.57% | 0.86% | - |
| XYZ | 38.89 | 50.26 | 75.36 | - |
| YUV | 172.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 220 | 0.57 | 0.08 | 0 | 0.14 | 188.1 | 0.64 | 0.62 |
| Hex | 5E | CB | DC | 39 | 8 | 0 | E | BC | 40 | 3E |
| Octal | 136 | 313 | 334 | 71 | 10 | 0 | 16 | 274 | 100 | 76 |
| Binary | 1011110 | 11001011 | 11011100 | 111001 | 1000 | 0 | 1110 | 10111100 | 1000000 | 111110 |
Color Harmonies of #5ECBDC
Complementary color
Monochromatic Colors of #5ECBDC
Black with #5ECBDC
Text Example
Text Example
White with #5ECBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBDC; }
p { color: rgb(94,203,220); }
H1.HeaderClassName
{
color: #5ECBDC;
}
.AnyTagClassName
{
color: #5ECBDC;
}
</style>
background-color css
<style>
a { background-color: #5ECBDC; }
a { background-color: rgb(94,203,220); }
div.DivClassName
{
background-color: #5ECBDC;
}
.BgClassName
{
background-color: #5ECBDC;
}
</style>
border-color css
<style>
span { border-color: #5ECBDC; }
span { border-color: rgb(94,203,220); }
td.TdClassName
{
border-color: #5ECBDC;
}
.TagClassName
{
border-color: #5ECBDC;
}
</style>