Shades of Turquoise Blue #5ED8DC
Tints of Turquoise Blue #5ED8DC
RGB
CMYK
RGB Variations
Color information
#5ED8DC (or 0x5ED8DC) is known color: Turquoise Blue. HEX triplet: 5E, D8 and DC. RGB value is (94,216,220). Sum of RGB (Red+Green+Blue) = 94+216+220=530 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.74% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ED8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED8DC is #A12723. Grayscale: #B3B3B3. Windows color (decimal): -10561316 or 14473310. OLE color: 14473310.
HSL color Cylindrical-coordinate representation of color #5ED8DC: hue angle of 181.9º 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 #5ED8DC is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 216 | 220 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.14 |
| HSL | 181.9º | 0.64% | 0.62% | - |
| HSV(B) | 181.9º | 0.57% | 0.86% | - |
| XYZ | 42.09 | 56.66 | 76.43 | - |
| YUV | 179.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 216 | 220 | 0.57 | 0.02 | 0 | 0.14 | 181.9 | 0.64 | 0.62 |
| Hex | 5E | D8 | DC | 39 | 2 | 0 | E | B6 | 40 | 3E |
| Octal | 136 | 330 | 334 | 71 | 2 | 0 | 16 | 266 | 100 | 76 |
| Binary | 1011110 | 11011000 | 11011100 | 111001 | 10 | 0 | 1110 | 10110110 | 1000000 | 111110 |
Color Harmonies of #5ED8DC
Complementary color
Monochromatic Colors of #5ED8DC
Black with #5ED8DC
Text Example
Text Example
White with #5ED8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED8DC; }
p { color: rgb(94,216,220); }
H1.HeaderClassName
{
color: #5ED8DC;
}
.AnyTagClassName
{
color: #5ED8DC;
}
</style>
background-color css
<style>
a { background-color: #5ED8DC; }
a { background-color: rgb(94,216,220); }
div.DivClassName
{
background-color: #5ED8DC;
}
.BgClassName
{
background-color: #5ED8DC;
}
</style>
border-color css
<style>
span { border-color: #5ED8DC; }
span { border-color: rgb(94,216,220); }
td.TdClassName
{
border-color: #5ED8DC;
}
.TagClassName
{
border-color: #5ED8DC;
}
</style>