Shades of Turquoise Blue #5EE0DB
Tints of Turquoise Blue #5EE0DB
RGB
CMYK
RGB Variations
Color information
#5EE0DB (or 0x5EE0DB) is known color: Turquoise Blue. HEX triplet: 5E, E0 and DB. RGB value is (94,224,219). Sum of RGB (Red+Green+Blue) = 94+224+219=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE0DB is #A11F24. Grayscale: #B8B8B8. Windows color (decimal): -10559269 or 14409822. OLE color: 14409822.
HSL color Cylindrical-coordinate representation of color #5EE0DB: hue angle of 177.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE0DB is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 224 | 219 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.12 |
| HSL | 177.69º | 0.68% | 0.62% | - |
| HSV(B) | 177.69º | 0.58% | 0.88% | - |
| XYZ | 44.06 | 60.81 | 76.43 | - |
| YUV | 184.56 | 147.43 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 224 | 219 | 0.58 | 0 | 0.02 | 0.12 | 177.69 | 0.68 | 0.62 |
| Hex | 5E | E0 | DB | 3A | 0 | 2 | C | B2 | 44 | 3E |
| Octal | 136 | 340 | 333 | 72 | 0 | 2 | 14 | 262 | 104 | 76 |
| Binary | 1011110 | 11100000 | 11011011 | 111010 | 0 | 10 | 1100 | 10110010 | 1000100 | 111110 |
Color Harmonies of #5EE0DB
Complementary color
Monochromatic Colors of #5EE0DB
Black with #5EE0DB
Text Example
Text Example
White with #5EE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE0DB; }
p { color: rgb(94,224,219); }
H1.HeaderClassName
{
color: #5EE0DB;
}
.AnyTagClassName
{
color: #5EE0DB;
}
</style>
background-color css
<style>
a { background-color: #5EE0DB; }
a { background-color: rgb(94,224,219); }
div.DivClassName
{
background-color: #5EE0DB;
}
.BgClassName
{
background-color: #5EE0DB;
}
</style>
border-color css
<style>
span { border-color: #5EE0DB; }
span { border-color: rgb(94,224,219); }
td.TdClassName
{
border-color: #5EE0DB;
}
.TagClassName
{
border-color: #5EE0DB;
}
</style>