Shades of Turquoise Blue #5ED9DE
Tints of Turquoise Blue #5ED9DE
RGB
CMYK
RGB Variations
Color information
#5ED9DE (or 0x5ED9DE) is known color: Turquoise Blue. HEX triplet: 5E, D9 and DE. RGB value is (94,217,222). Sum of RGB (Red+Green+Blue) = 94+217+222=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ED9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED9DE is #A12621. Grayscale: #B4B4B4. Windows color (decimal): -10561058 or 14604638. OLE color: 14604638.
HSL color Cylindrical-coordinate representation of color #5ED9DE: hue angle of 182.34º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ED9DE is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 217 | 222 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.13 |
| HSL | 182.34º | 0.66% | 0.62% | - |
| HSV(B) | 182.34º | 0.58% | 0.87% | - |
| XYZ | 42.61 | 57.28 | 77.92 | - |
| YUV | 180.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 217 | 222 | 0.58 | 0.02 | 0 | 0.13 | 182.34 | 0.66 | 0.62 |
| Hex | 5E | D9 | DE | 3A | 2 | 0 | D | B6 | 42 | 3E |
| Octal | 136 | 331 | 336 | 72 | 2 | 0 | 15 | 266 | 102 | 76 |
| Binary | 1011110 | 11011001 | 11011110 | 111010 | 10 | 0 | 1101 | 10110110 | 1000010 | 111110 |
Color Harmonies of #5ED9DE
Complementary color
Monochromatic Colors of #5ED9DE
Black with #5ED9DE
Text Example
Text Example
White with #5ED9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED9DE; }
p { color: rgb(94,217,222); }
H1.HeaderClassName
{
color: #5ED9DE;
}
.AnyTagClassName
{
color: #5ED9DE;
}
</style>
background-color css
<style>
a { background-color: #5ED9DE; }
a { background-color: rgb(94,217,222); }
div.DivClassName
{
background-color: #5ED9DE;
}
.BgClassName
{
background-color: #5ED9DE;
}
</style>
border-color css
<style>
span { border-color: #5ED9DE; }
span { border-color: rgb(94,217,222); }
td.TdClassName
{
border-color: #5ED9DE;
}
.TagClassName
{
border-color: #5ED9DE;
}
</style>