Shades of Turquoise Blue #5EE8ED
Tints of Turquoise Blue #5EE8ED
RGB
CMYK
RGB Variations
Color information
#5EE8ED (or 0x5EE8ED) is known color: Turquoise Blue. HEX triplet: 5E, E8 and ED. RGB value is (94,232,237). Sum of RGB (Red+Green+Blue) = 94+232+237=563 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.70% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EE8ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EE8ED is #A11712. Grayscale: #BFBFBF. Windows color (decimal): -10557203 or 15591518. OLE color: 15591518.
HSL color Cylindrical-coordinate representation of color #5EE8ED: hue angle of 182.1º degrees, saturation: 0.8, 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 #5EE8ED is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 232 | 237 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.07 |
| HSL | 182.1º | 0.8% | 0.65% | - |
| HSV(B) | 182.1º | 0.6% | 0.93% | - |
| XYZ | 48.76 | 66.21 | 90.33 | - |
| YUV | 191.31 | 153.78 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 232 | 237 | 0.60 | 0.02 | 0 | 0.07 | 182.1 | 0.8 | 0.65 |
| Hex | 5E | E8 | ED | 3C | 2 | 0 | 7 | B6 | 50 | 41 |
| Octal | 136 | 350 | 355 | 74 | 2 | 0 | 7 | 266 | 120 | 101 |
| Binary | 1011110 | 11101000 | 11101101 | 111100 | 10 | 0 | 111 | 10110110 | 1010000 | 1000001 |
Color Harmonies of #5EE8ED
Complementary color
Monochromatic Colors of #5EE8ED
Black with #5EE8ED
Text Example
Text Example
White with #5EE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE8ED; }
p { color: rgb(94,232,237); }
H1.HeaderClassName
{
color: #5EE8ED;
}
.AnyTagClassName
{
color: #5EE8ED;
}
</style>
background-color css
<style>
a { background-color: #5EE8ED; }
a { background-color: rgb(94,232,237); }
div.DivClassName
{
background-color: #5EE8ED;
}
.BgClassName
{
background-color: #5EE8ED;
}
</style>
border-color css
<style>
span { border-color: #5EE8ED; }
span { border-color: rgb(94,232,237); }
td.TdClassName
{
border-color: #5EE8ED;
}
.TagClassName
{
border-color: #5EE8ED;
}
</style>