Shades of Turquoise Blue #5EE0FF
Tints of Turquoise Blue #5EE0FF
RGB
CMYK
RGB Variations
Color information
#5EE0FF (or 0x5EE0FF) is known color: Turquoise Blue. HEX triplet: 5E, E0 and FF. RGB value is (94,224,255). Sum of RGB (Red+Green+Blue) = 94+224+255=573 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.40% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EE0FF is #A11F00. Grayscale: #BCBCBC. Windows color (decimal): -10559233 or 16769118. OLE color: 16769118.
HSL color Cylindrical-coordinate representation of color #5EE0FF: hue angle of 191.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EE0FF is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 224 | 255 | - |
| CMYK | 0.63 | 0.12 | 0 | 0 |
| HSL | 191.55º | 1% | 0.68% | - |
| HSV(B) | 191.55º | 0.63% | 1% | - |
| XYZ | 49.32 | 62.91 | 104.15 | - |
| YUV | 188.66 | 165.43 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 224 | 255 | 0.63 | 0.12 | 0 | 0 | 191.55 | 1 | 0.68 |
| Hex | 5E | E0 | FF | 3F | C | 0 | 0 | C0 | 64 | 44 |
| Octal | 136 | 340 | 377 | 77 | 14 | 0 | 0 | 300 | 144 | 104 |
| Binary | 1011110 | 11100000 | 11111111 | 111111 | 1100 | 0 | 0 | 11000000 | 1100100 | 1000100 |
Color Harmonies of #5EE0FF
Complementary color
Monochromatic Colors of #5EE0FF
Black with #5EE0FF
Text Example
Text Example
White with #5EE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE0FF; }
p { color: rgb(94,224,255); }
H1.HeaderClassName
{
color: #5EE0FF;
}
.AnyTagClassName
{
color: #5EE0FF;
}
</style>
background-color css
<style>
a { background-color: #5EE0FF; }
a { background-color: rgb(94,224,255); }
div.DivClassName
{
background-color: #5EE0FF;
}
.BgClassName
{
background-color: #5EE0FF;
}
</style>
border-color css
<style>
span { border-color: #5EE0FF; }
span { border-color: rgb(94,224,255); }
td.TdClassName
{
border-color: #5EE0FF;
}
.TagClassName
{
border-color: #5EE0FF;
}
</style>