Shades of Turquoise Blue #5ECDDC
Tints of Turquoise Blue #5ECDDC
RGB
CMYK
RGB Variations
Color information
#5ECDDC (or 0x5ECDDC) is known color: Turquoise Blue. HEX triplet: 5E, CD and DC. RGB value is (94,205,220). Sum of RGB (Red+Green+Blue) = 94+205+220=519 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.11% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ECDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDDC is #A13223. Grayscale: #ADADAD. Windows color (decimal): -10564132 or 14470494. OLE color: 14470494.
HSL color Cylindrical-coordinate representation of color #5ECDDC: hue angle of 187.14º 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 #5ECDDC is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 205 | 220 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.14 |
| HSL | 187.14º | 0.64% | 0.62% | - |
| HSV(B) | 187.14º | 0.57% | 0.86% | - |
| XYZ | 39.37 | 51.21 | 75.52 | - |
| YUV | 173.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 220 | 0.57 | 0.07 | 0 | 0.14 | 187.14 | 0.64 | 0.62 |
| Hex | 5E | CD | DC | 39 | 7 | 0 | E | BB | 40 | 3E |
| Octal | 136 | 315 | 334 | 71 | 7 | 0 | 16 | 273 | 100 | 76 |
| Binary | 1011110 | 11001101 | 11011100 | 111001 | 111 | 0 | 1110 | 10111011 | 1000000 | 111110 |
Color Harmonies of #5ECDDC
Complementary color
Monochromatic Colors of #5ECDDC
Black with #5ECDDC
Text Example
Text Example
White with #5ECDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDDC; }
p { color: rgb(94,205,220); }
H1.HeaderClassName
{
color: #5ECDDC;
}
.AnyTagClassName
{
color: #5ECDDC;
}
</style>
background-color css
<style>
a { background-color: #5ECDDC; }
a { background-color: rgb(94,205,220); }
div.DivClassName
{
background-color: #5ECDDC;
}
.BgClassName
{
background-color: #5ECDDC;
}
</style>
border-color css
<style>
span { border-color: #5ECDDC; }
span { border-color: rgb(94,205,220); }
td.TdClassName
{
border-color: #5ECDDC;
}
.TagClassName
{
border-color: #5ECDDC;
}
</style>