Shades of Turquoise Blue #5EDDEF
Tints of Turquoise Blue #5EDDEF
RGB
CMYK
RGB Variations
Color information
#5EDDEF (or 0x5EDDEF) is known color: Turquoise Blue. HEX triplet: 5E, DD and EF. RGB value is (94,221,239). Sum of RGB (Red+Green+Blue) = 94+221+239=554 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.97% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EDDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDDEF is #A12210. Grayscale: #B8B8B8. Windows color (decimal): -10560017 or 15719774. OLE color: 15719774.
HSL color Cylindrical-coordinate representation of color #5EDDEF: hue angle of 187.45º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EDDEF is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 221 | 239 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.06 |
| HSL | 187.45º | 0.82% | 0.65% | - |
| HSV(B) | 187.45º | 0.61% | 0.94% | - |
| XYZ | 46.05 | 60.32 | 90.88 | - |
| YUV | 185.08 | 158.42 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 239 | 0.61 | 0.08 | 0 | 0.06 | 187.45 | 0.82 | 0.65 |
| Hex | 5E | DD | EF | 3D | 8 | 0 | 6 | BB | 52 | 41 |
| Octal | 136 | 335 | 357 | 75 | 10 | 0 | 6 | 273 | 122 | 101 |
| Binary | 1011110 | 11011101 | 11101111 | 111101 | 1000 | 0 | 110 | 10111011 | 1010010 | 1000001 |
Color Harmonies of #5EDDEF
Complementary color
Monochromatic Colors of #5EDDEF
Black with #5EDDEF
Text Example
Text Example
White with #5EDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDDEF; }
p { color: rgb(94,221,239); }
H1.HeaderClassName
{
color: #5EDDEF;
}
.AnyTagClassName
{
color: #5EDDEF;
}
</style>
background-color css
<style>
a { background-color: #5EDDEF; }
a { background-color: rgb(94,221,239); }
div.DivClassName
{
background-color: #5EDDEF;
}
.BgClassName
{
background-color: #5EDDEF;
}
</style>
border-color css
<style>
span { border-color: #5EDDEF; }
span { border-color: rgb(94,221,239); }
td.TdClassName
{
border-color: #5EDDEF;
}
.TagClassName
{
border-color: #5EDDEF;
}
</style>