Shades of Turquoise Blue #5EDEFF
Tints of Turquoise Blue #5EDEFF
RGB
CMYK
RGB Variations
Color information
#5EDEFF (or 0x5EDEFF) is known color: Turquoise Blue. HEX triplet: 5E, DE and FF. RGB value is (94,222,255). Sum of RGB (Red+Green+Blue) = 94+222+255=571 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.46% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EDEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDEFF is #A12100. Grayscale: #BBBBBB. Windows color (decimal): -10559745 or 16768606. OLE color: 16768606.
HSL color Cylindrical-coordinate representation of color #5EDEFF: hue angle of 192.3º 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 #5EDEFF is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 222 | 255 | - |
| CMYK | 0.63 | 0.13 | 0 | 0 |
| HSL | 192.3º | 1% | 0.68% | - |
| HSV(B) | 192.3º | 0.63% | 1% | - |
| XYZ | 48.79 | 61.84 | 103.97 | - |
| YUV | 187.49 | 166.09 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 255 | 0.63 | 0.13 | 0 | 0 | 192.3 | 1 | 0.68 |
| Hex | 5E | DE | FF | 3F | D | 0 | 0 | C0 | 64 | 44 |
| Octal | 136 | 336 | 377 | 77 | 15 | 0 | 0 | 300 | 144 | 104 |
| Binary | 1011110 | 11011110 | 11111111 | 111111 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000100 |
Color Harmonies of #5EDEFF
Complementary color
Monochromatic Colors of #5EDEFF
Black with #5EDEFF
Text Example
Text Example
White with #5EDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDEFF; }
p { color: rgb(94,222,255); }
H1.HeaderClassName
{
color: #5EDEFF;
}
.AnyTagClassName
{
color: #5EDEFF;
}
</style>
background-color css
<style>
a { background-color: #5EDEFF; }
a { background-color: rgb(94,222,255); }
div.DivClassName
{
background-color: #5EDEFF;
}
.BgClassName
{
background-color: #5EDEFF;
}
</style>
border-color css
<style>
span { border-color: #5EDEFF; }
span { border-color: rgb(94,222,255); }
td.TdClassName
{
border-color: #5EDEFF;
}
.TagClassName
{
border-color: #5EDEFF;
}
</style>