Shades of Turquoise Blue #5EE1FF
Tints of Turquoise Blue #5EE1FF
RGB
CMYK
RGB Variations
Color information
#5EE1FF (or 0x5EE1FF) is known color: Turquoise Blue. HEX triplet: 5E, E1 and FF. RGB value is (94,225,255). Sum of RGB (Red+Green+Blue) = 94+225+255=574 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.38% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EE1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EE1FF is #A11E00. Grayscale: #BDBDBD. Windows color (decimal): -10558977 or 16769374. OLE color: 16769374.
HSL color Cylindrical-coordinate representation of color #5EE1FF: hue angle of 191.18º 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 #5EE1FF is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 225 | 255 | - |
| CMYK | 0.63 | 0.12 | 0 | 0 |
| HSL | 191.18º | 1% | 0.68% | - |
| HSV(B) | 191.18º | 0.63% | 1% | - |
| XYZ | 49.59 | 63.45 | 104.24 | - |
| YUV | 189.25 | 165.1 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 225 | 255 | 0.63 | 0.12 | 0 | 0 | 191.18 | 1 | 0.68 |
| Hex | 5E | E1 | FF | 3F | C | 0 | 0 | BF | 64 | 44 |
| Octal | 136 | 341 | 377 | 77 | 14 | 0 | 0 | 277 | 144 | 104 |
| Binary | 1011110 | 11100001 | 11111111 | 111111 | 1100 | 0 | 0 | 10111111 | 1100100 | 1000100 |
Color Harmonies of #5EE1FF
Complementary color
Monochromatic Colors of #5EE1FF
Black with #5EE1FF
Text Example
Text Example
White with #5EE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE1FF; }
p { color: rgb(94,225,255); }
H1.HeaderClassName
{
color: #5EE1FF;
}
.AnyTagClassName
{
color: #5EE1FF;
}
</style>
background-color css
<style>
a { background-color: #5EE1FF; }
a { background-color: rgb(94,225,255); }
div.DivClassName
{
background-color: #5EE1FF;
}
.BgClassName
{
background-color: #5EE1FF;
}
</style>
border-color css
<style>
span { border-color: #5EE1FF; }
span { border-color: rgb(94,225,255); }
td.TdClassName
{
border-color: #5EE1FF;
}
.TagClassName
{
border-color: #5EE1FF;
}
</style>