Shades of Turquoise Blue #5EDED6
Tints of Turquoise Blue #5EDED6
RGB
CMYK
RGB Variations
Color information
#5EDED6 (or 0x5EDED6) is known color: Turquoise Blue. HEX triplet: 5E, DE and D6. RGB value is (94,222,214). Sum of RGB (Red+Green+Blue) = 94+222+214=530 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.74% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDED6 is #A12129. Grayscale: #B6B6B6. Windows color (decimal): -10559786 or 14081630. OLE color: 14081630.
HSL color Cylindrical-coordinate representation of color #5EDED6: hue angle of 176.25º 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 #5EDED6 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 222 | 214 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.13 |
| HSL | 176.25º | 0.66% | 0.62% | - |
| HSV(B) | 176.25º | 0.58% | 0.87% | - |
| XYZ | 42.87 | 59.48 | 72.84 | - |
| YUV | 182.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 214 | 0.58 | 0 | 0.04 | 0.13 | 176.25 | 0.66 | 0.62 |
| Hex | 5E | DE | D6 | 3A | 0 | 4 | D | B0 | 42 | 3E |
| Octal | 136 | 336 | 326 | 72 | 0 | 4 | 15 | 260 | 102 | 76 |
| Binary | 1011110 | 11011110 | 11010110 | 111010 | 0 | 100 | 1101 | 10110000 | 1000010 | 111110 |
Color Harmonies of #5EDED6
Complementary color
Monochromatic Colors of #5EDED6
Black with #5EDED6
Text Example
Text Example
White with #5EDED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDED6; }
p { color: rgb(94,222,214); }
H1.HeaderClassName
{
color: #5EDED6;
}
.AnyTagClassName
{
color: #5EDED6;
}
</style>
background-color css
<style>
a { background-color: #5EDED6; }
a { background-color: rgb(94,222,214); }
div.DivClassName
{
background-color: #5EDED6;
}
.BgClassName
{
background-color: #5EDED6;
}
</style>
border-color css
<style>
span { border-color: #5EDED6; }
span { border-color: rgb(94,222,214); }
td.TdClassName
{
border-color: #5EDED6;
}
.TagClassName
{
border-color: #5EDED6;
}
</style>