Shades of Turquoise Blue #5EDEF6
Tints of Turquoise Blue #5EDEF6
RGB
CMYK
RGB Variations
Color information
#5EDEF6 (or 0x5EDEF6) is known color: Turquoise Blue. HEX triplet: 5E, DE and F6. RGB value is (94,222,246). Sum of RGB (Red+Green+Blue) = 94+222+246=562 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.73% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #5EDEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDEF6 is #A12109. Grayscale: #BABABA. Windows color (decimal): -10559754 or 16178782. OLE color: 16178782.
HSL color Cylindrical-coordinate representation of color #5EDEF6: hue angle of 189.47º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EDEF6 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 222 | 246 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.04 |
| HSL | 189.47º | 0.89% | 0.67% | - |
| HSV(B) | 189.47º | 0.62% | 0.96% | - |
| XYZ | 47.37 | 61.28 | 96.52 | - |
| YUV | 186.46 | 161.59 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 246 | 0.62 | 0.10 | 0 | 0.04 | 189.47 | 0.89 | 0.67 |
| Hex | 5E | DE | F6 | 3E | A | 0 | 4 | BD | 59 | 43 |
| Octal | 136 | 336 | 366 | 76 | 12 | 0 | 4 | 275 | 131 | 103 |
| Binary | 1011110 | 11011110 | 11110110 | 111110 | 1010 | 0 | 100 | 10111101 | 1011001 | 1000011 |
Color Harmonies of #5EDEF6
Complementary color
Monochromatic Colors of #5EDEF6
Black with #5EDEF6
Text Example
Text Example
White with #5EDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDEF6; }
p { color: rgb(94,222,246); }
H1.HeaderClassName
{
color: #5EDEF6;
}
.AnyTagClassName
{
color: #5EDEF6;
}
</style>
background-color css
<style>
a { background-color: #5EDEF6; }
a { background-color: rgb(94,222,246); }
div.DivClassName
{
background-color: #5EDEF6;
}
.BgClassName
{
background-color: #5EDEF6;
}
</style>
border-color css
<style>
span { border-color: #5EDEF6; }
span { border-color: rgb(94,222,246); }
td.TdClassName
{
border-color: #5EDEF6;
}
.TagClassName
{
border-color: #5EDEF6;
}
</style>