Shades of Turquoise Blue #5EDEEF
Tints of Turquoise Blue #5EDEEF
RGB
CMYK
RGB Variations
Color information
#5EDEEF (or 0x5EDEEF) is known color: Turquoise Blue. HEX triplet: 5E, DE and EF. RGB value is (94,222,239). Sum of RGB (Red+Green+Blue) = 94+222+239=555 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.94% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDEEF is #A12110. Grayscale: #B9B9B9. Windows color (decimal): -10559761 or 15720030. OLE color: 15720030.
HSL color Cylindrical-coordinate representation of color #5EDEEF: hue angle of 187.03º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EDEEF is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 222 | 239 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.06 |
| HSL | 187.03º | 0.82% | 0.65% | - |
| HSV(B) | 187.03º | 0.61% | 0.94% | - |
| XYZ | 46.32 | 60.85 | 90.97 | - |
| YUV | 185.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 239 | 0.61 | 0.07 | 0 | 0.06 | 187.03 | 0.82 | 0.65 |
| Hex | 5E | DE | EF | 3D | 7 | 0 | 6 | BB | 52 | 41 |
| Octal | 136 | 336 | 357 | 75 | 7 | 0 | 6 | 273 | 122 | 101 |
| Binary | 1011110 | 11011110 | 11101111 | 111101 | 111 | 0 | 110 | 10111011 | 1010010 | 1000001 |
Color Harmonies of #5EDEEF
Complementary color
Monochromatic Colors of #5EDEEF
Black with #5EDEEF
Text Example
Text Example
White with #5EDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDEEF; }
p { color: rgb(94,222,239); }
H1.HeaderClassName
{
color: #5EDEEF;
}
.AnyTagClassName
{
color: #5EDEEF;
}
</style>
background-color css
<style>
a { background-color: #5EDEEF; }
a { background-color: rgb(94,222,239); }
div.DivClassName
{
background-color: #5EDEEF;
}
.BgClassName
{
background-color: #5EDEEF;
}
</style>
border-color css
<style>
span { border-color: #5EDEEF; }
span { border-color: rgb(94,222,239); }
td.TdClassName
{
border-color: #5EDEEF;
}
.TagClassName
{
border-color: #5EDEEF;
}
</style>