Shades of Turquoise Blue #5ECBDD
Tints of Turquoise Blue #5ECBDD
RGB
CMYK
RGB Variations
Color information
#5ECBDD (or 0x5ECBDD) is known color: Turquoise Blue. HEX triplet: 5E, CB and DD. RGB value is (94,203,221). Sum of RGB (Red+Green+Blue) = 94+203+221=518 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.15% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ECBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBDD is #A13422. Grayscale: #ACACAC. Windows color (decimal): -10564643 or 14535518. OLE color: 14535518.
HSL color Cylindrical-coordinate representation of color #5ECBDD: hue angle of 188.5º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ECBDD is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 203 | 221 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.13 |
| HSL | 188.5º | 0.65% | 0.62% | - |
| HSV(B) | 188.5º | 0.57% | 0.87% | - |
| XYZ | 39.02 | 50.31 | 76.06 | - |
| YUV | 172.46 | 155.39 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 221 | 0.57 | 0.08 | 0 | 0.13 | 188.5 | 0.65 | 0.62 |
| Hex | 5E | CB | DD | 39 | 8 | 0 | D | BD | 41 | 3E |
| Octal | 136 | 313 | 335 | 71 | 10 | 0 | 15 | 275 | 101 | 76 |
| Binary | 1011110 | 11001011 | 11011101 | 111001 | 1000 | 0 | 1101 | 10111101 | 1000001 | 111110 |
Color Harmonies of #5ECBDD
Complementary color
Monochromatic Colors of #5ECBDD
Black with #5ECBDD
Text Example
Text Example
White with #5ECBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBDD; }
p { color: rgb(94,203,221); }
H1.HeaderClassName
{
color: #5ECBDD;
}
.AnyTagClassName
{
color: #5ECBDD;
}
</style>
background-color css
<style>
a { background-color: #5ECBDD; }
a { background-color: rgb(94,203,221); }
div.DivClassName
{
background-color: #5ECBDD;
}
.BgClassName
{
background-color: #5ECBDD;
}
</style>
border-color css
<style>
span { border-color: #5ECBDD; }
span { border-color: rgb(94,203,221); }
td.TdClassName
{
border-color: #5ECBDD;
}
.TagClassName
{
border-color: #5ECBDD;
}
</style>