Shades of Turquoise Blue #5ECCDD
Tints of Turquoise Blue #5ECCDD
RGB
CMYK
RGB Variations
Color information
#5ECCDD (or 0x5ECCDD) is known color: Turquoise Blue. HEX triplet: 5E, CC and DD. RGB value is (94,204,221). Sum of RGB (Red+Green+Blue) = 94+204+221=519 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.11% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ECCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECCDD is #A13322. Grayscale: #ACACAC. Windows color (decimal): -10564387 or 14535774. OLE color: 14535774.
HSL color Cylindrical-coordinate representation of color #5ECCDD: hue angle of 188.03º 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 #5ECCDD is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 204 | 221 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.13 |
| HSL | 188.03º | 0.65% | 0.62% | - |
| HSV(B) | 188.03º | 0.57% | 0.87% | - |
| XYZ | 39.26 | 50.79 | 76.14 | - |
| YUV | 173.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 221 | 0.57 | 0.08 | 0 | 0.13 | 188.03 | 0.65 | 0.62 |
| Hex | 5E | CC | DD | 39 | 8 | 0 | D | BC | 41 | 3E |
| Octal | 136 | 314 | 335 | 71 | 10 | 0 | 15 | 274 | 101 | 76 |
| Binary | 1011110 | 11001100 | 11011101 | 111001 | 1000 | 0 | 1101 | 10111100 | 1000001 | 111110 |
Color Harmonies of #5ECCDD
Complementary color
Monochromatic Colors of #5ECCDD
Black with #5ECCDD
Text Example
Text Example
White with #5ECCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCDD; }
p { color: rgb(94,204,221); }
H1.HeaderClassName
{
color: #5ECCDD;
}
.AnyTagClassName
{
color: #5ECCDD;
}
</style>
background-color css
<style>
a { background-color: #5ECCDD; }
a { background-color: rgb(94,204,221); }
div.DivClassName
{
background-color: #5ECCDD;
}
.BgClassName
{
background-color: #5ECCDD;
}
</style>
border-color css
<style>
span { border-color: #5ECCDD; }
span { border-color: rgb(94,204,221); }
td.TdClassName
{
border-color: #5ECCDD;
}
.TagClassName
{
border-color: #5ECCDD;
}
</style>