Shades of Turquoise Blue #5EDED8
Tints of Turquoise Blue #5EDED8
RGB
CMYK
RGB Variations
Color information
#5EDED8 (or 0x5EDED8) is known color: Turquoise Blue. HEX triplet: 5E, DE and D8. RGB value is (94,222,216). Sum of RGB (Red+Green+Blue) = 94+222+216=532 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.67% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDED8 is #A12127. Grayscale: #B6B6B6. Windows color (decimal): -10559784 or 14212702. OLE color: 14212702.
HSL color Cylindrical-coordinate representation of color #5EDED8: hue angle of 177.19º 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 #5EDED8 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 222 | 216 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.13 |
| HSL | 177.19º | 0.66% | 0.62% | - |
| HSV(B) | 177.19º | 0.58% | 0.87% | - |
| XYZ | 43.13 | 59.58 | 74.19 | - |
| YUV | 183.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 216 | 0.58 | 0 | 0.03 | 0.13 | 177.19 | 0.66 | 0.62 |
| Hex | 5E | DE | D8 | 3A | 0 | 3 | D | B1 | 42 | 3E |
| Octal | 136 | 336 | 330 | 72 | 0 | 3 | 15 | 261 | 102 | 76 |
| Binary | 1011110 | 11011110 | 11011000 | 111010 | 0 | 11 | 1101 | 10110001 | 1000010 | 111110 |
Color Harmonies of #5EDED8
Complementary color
Monochromatic Colors of #5EDED8
Black with #5EDED8
Text Example
Text Example
White with #5EDED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDED8; }
p { color: rgb(94,222,216); }
H1.HeaderClassName
{
color: #5EDED8;
}
.AnyTagClassName
{
color: #5EDED8;
}
</style>
background-color css
<style>
a { background-color: #5EDED8; }
a { background-color: rgb(94,222,216); }
div.DivClassName
{
background-color: #5EDED8;
}
.BgClassName
{
background-color: #5EDED8;
}
</style>
border-color css
<style>
span { border-color: #5EDED8; }
span { border-color: rgb(94,222,216); }
td.TdClassName
{
border-color: #5EDED8;
}
.TagClassName
{
border-color: #5EDED8;
}
</style>