Shades of Turquoise Blue #5EDEEC
Tints of Turquoise Blue #5EDEEC
RGB
CMYK
RGB Variations
Color information
#5EDEEC (or 0x5EDEEC) is known color: Turquoise Blue. HEX triplet: 5E, DE and EC. RGB value is (94,222,236). Sum of RGB (Red+Green+Blue) = 94+222+236=552 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.03% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EDEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDEEC is #A12113. Grayscale: #B9B9B9. Windows color (decimal): -10559764 or 15523422. OLE color: 15523422.
HSL color Cylindrical-coordinate representation of color #5EDEEC: hue angle of 185.92º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EDEEC is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 222 | 236 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.07 |
| HSL | 185.92º | 0.79% | 0.65% | - |
| HSV(B) | 185.92º | 0.6% | 0.93% | - |
| XYZ | 45.88 | 60.68 | 88.65 | - |
| YUV | 185.32 | 156.59 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 236 | 0.60 | 0.06 | 0 | 0.07 | 185.92 | 0.79 | 0.65 |
| Hex | 5E | DE | EC | 3C | 6 | 0 | 7 | BA | 4F | 41 |
| Octal | 136 | 336 | 354 | 74 | 6 | 0 | 7 | 272 | 117 | 101 |
| Binary | 1011110 | 11011110 | 11101100 | 111100 | 110 | 0 | 111 | 10111010 | 1001111 | 1000001 |
Color Harmonies of #5EDEEC
Complementary color
Monochromatic Colors of #5EDEEC
Black with #5EDEEC
Text Example
Text Example
White with #5EDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDEEC; }
p { color: rgb(94,222,236); }
H1.HeaderClassName
{
color: #5EDEEC;
}
.AnyTagClassName
{
color: #5EDEEC;
}
</style>
background-color css
<style>
a { background-color: #5EDEEC; }
a { background-color: rgb(94,222,236); }
div.DivClassName
{
background-color: #5EDEEC;
}
.BgClassName
{
background-color: #5EDEEC;
}
</style>
border-color css
<style>
span { border-color: #5EDEEC; }
span { border-color: rgb(94,222,236); }
td.TdClassName
{
border-color: #5EDEEC;
}
.TagClassName
{
border-color: #5EDEEC;
}
</style>