Shades of Turquoise Blue #5EDEEE
Tints of Turquoise Blue #5EDEEE
RGB
CMYK
RGB Variations
Color information
#5EDEEE (or 0x5EDEEE) is known color: Turquoise Blue. HEX triplet: 5E, DE and EE. RGB value is (94,222,238). Sum of RGB (Red+Green+Blue) = 94+222+238=554 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.97% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #5EDEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDEEE is #A12111. Grayscale: #B9B9B9. Windows color (decimal): -10559762 or 15654494. OLE color: 15654494.
HSL color Cylindrical-coordinate representation of color #5EDEEE: hue angle of 186.67º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EDEEE is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 222 | 238 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.07 |
| HSL | 186.67º | 0.81% | 0.65% | - |
| HSV(B) | 186.67º | 0.61% | 0.93% | - |
| XYZ | 46.17 | 60.8 | 90.19 | - |
| YUV | 185.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 238 | 0.61 | 0.07 | 0 | 0.07 | 186.67 | 0.81 | 0.65 |
| Hex | 5E | DE | EE | 3D | 7 | 0 | 7 | BB | 51 | 41 |
| Octal | 136 | 336 | 356 | 75 | 7 | 0 | 7 | 273 | 121 | 101 |
| Binary | 1011110 | 11011110 | 11101110 | 111101 | 111 | 0 | 111 | 10111011 | 1010001 | 1000001 |
Color Harmonies of #5EDEEE
Complementary color
Monochromatic Colors of #5EDEEE
Black with #5EDEEE
Text Example
Text Example
White with #5EDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDEEE; }
p { color: rgb(94,222,238); }
H1.HeaderClassName
{
color: #5EDEEE;
}
.AnyTagClassName
{
color: #5EDEEE;
}
</style>
background-color css
<style>
a { background-color: #5EDEEE; }
a { background-color: rgb(94,222,238); }
div.DivClassName
{
background-color: #5EDEEE;
}
.BgClassName
{
background-color: #5EDEEE;
}
</style>
border-color css
<style>
span { border-color: #5EDEEE; }
span { border-color: rgb(94,222,238); }
td.TdClassName
{
border-color: #5EDEEE;
}
.TagClassName
{
border-color: #5EDEEE;
}
</style>