Shades of Turquoise Blue #5ECDD9
Tints of Turquoise Blue #5ECDD9
RGB
CMYK
RGB Variations
Color information
#5ECDD9 (or 0x5ECDD9) is known color: Turquoise Blue. HEX triplet: 5E, CD and D9. RGB value is (94,205,217). Sum of RGB (Red+Green+Blue) = 94+205+217=516 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.22% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #5ECDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDD9 is #A13226. Grayscale: #ADADAD. Windows color (decimal): -10564135 or 14273886. OLE color: 14273886.
HSL color Cylindrical-coordinate representation of color #5ECDD9: hue angle of 185.85º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ECDD9 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 205 | 217 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.15 |
| HSL | 185.85º | 0.62% | 0.61% | - |
| HSV(B) | 185.85º | 0.57% | 0.85% | - |
| XYZ | 38.97 | 51.05 | 73.45 | - |
| YUV | 173.18 | 152.73 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 217 | 0.57 | 0.06 | 0 | 0.15 | 185.85 | 0.62 | 0.61 |
| Hex | 5E | CD | D9 | 39 | 6 | 0 | F | BA | 3E | 3D |
| Octal | 136 | 315 | 331 | 71 | 6 | 0 | 17 | 272 | 76 | 75 |
| Binary | 1011110 | 11001101 | 11011001 | 111001 | 110 | 0 | 1111 | 10111010 | 111110 | 111101 |
Color Harmonies of #5ECDD9
Complementary color
Monochromatic Colors of #5ECDD9
Black with #5ECDD9
Text Example
Text Example
White with #5ECDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDD9; }
p { color: rgb(94,205,217); }
H1.HeaderClassName
{
color: #5ECDD9;
}
.AnyTagClassName
{
color: #5ECDD9;
}
</style>
background-color css
<style>
a { background-color: #5ECDD9; }
a { background-color: rgb(94,205,217); }
div.DivClassName
{
background-color: #5ECDD9;
}
.BgClassName
{
background-color: #5ECDD9;
}
</style>
border-color css
<style>
span { border-color: #5ECDD9; }
span { border-color: rgb(94,205,217); }
td.TdClassName
{
border-color: #5ECDD9;
}
.TagClassName
{
border-color: #5ECDD9;
}
</style>