Shades of Turquoise Blue #5EDEFC
Tints of Turquoise Blue #5EDEFC
RGB
CMYK
RGB Variations
Color information
#5EDEFC (or 0x5EDEFC) is known color: Turquoise Blue. HEX triplet: 5E, DE and FC. RGB value is (94,222,252). Sum of RGB (Red+Green+Blue) = 94+222+252=568 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.55% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EDEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDEFC is #A12103. Grayscale: #BABABA. Windows color (decimal): -10559748 or 16571998. OLE color: 16571998.
HSL color Cylindrical-coordinate representation of color #5EDEFC: hue angle of 191.39º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EDEFC is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 222 | 252 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.01 |
| HSL | 191.39º | 0.96% | 0.68% | - |
| HSV(B) | 191.39º | 0.63% | 0.99% | - |
| XYZ | 48.31 | 61.65 | 101.45 | - |
| YUV | 187.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 252 | 0.63 | 0.12 | 0 | 0.01 | 191.39 | 0.96 | 0.68 |
| Hex | 5E | DE | FC | 3F | C | 0 | 1 | BF | 60 | 44 |
| Octal | 136 | 336 | 374 | 77 | 14 | 0 | 1 | 277 | 140 | 104 |
| Binary | 1011110 | 11011110 | 11111100 | 111111 | 1100 | 0 | 1 | 10111111 | 1100000 | 1000100 |
Color Harmonies of #5EDEFC
Complementary color
Monochromatic Colors of #5EDEFC
Black with #5EDEFC
Text Example
Text Example
White with #5EDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDEFC; }
p { color: rgb(94,222,252); }
H1.HeaderClassName
{
color: #5EDEFC;
}
.AnyTagClassName
{
color: #5EDEFC;
}
</style>
background-color css
<style>
a { background-color: #5EDEFC; }
a { background-color: rgb(94,222,252); }
div.DivClassName
{
background-color: #5EDEFC;
}
.BgClassName
{
background-color: #5EDEFC;
}
</style>
border-color css
<style>
span { border-color: #5EDEFC; }
span { border-color: rgb(94,222,252); }
td.TdClassName
{
border-color: #5EDEFC;
}
.TagClassName
{
border-color: #5EDEFC;
}
</style>