Shades of Turquoise #5EF4DB
Tints of Turquoise #5EF4DB
RGB
CMYK
RGB Variations
Color information
#5EF4DB (or 0x5EF4DB) is known color: Turquoise. HEX triplet: 5E, F4 and DB. RGB value is (94,244,219). Sum of RGB (Red+Green+Blue) = 94+244+219=557 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.88% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #5EF4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF4DB is #A10B24. Grayscale: #C4C4C4. Windows color (decimal): -10554149 or 14414942. OLE color: 14414942.
HSL color Cylindrical-coordinate representation of color #5EF4DB: hue angle of 170º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF4DB is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 244 | 219 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.04 |
| HSL | 170º | 0.87% | 0.66% | - |
| HSV(B) | 170º | 0.61% | 0.96% | - |
| XYZ | 49.75 | 72.2 | 78.33 | - |
| YUV | 196.3 | 140.81 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 244 | 219 | 0.61 | 0 | 0.10 | 0.04 | 170 | 0.87 | 0.66 |
| Hex | 5E | F4 | DB | 3D | 0 | A | 4 | AA | 57 | 42 |
| Octal | 136 | 364 | 333 | 75 | 0 | 12 | 4 | 252 | 127 | 102 |
| Binary | 1011110 | 11110100 | 11011011 | 111101 | 0 | 1010 | 100 | 10101010 | 1010111 | 1000010 |
Color Harmonies of #5EF4DB
Complementary color
Monochromatic Colors of #5EF4DB
Black with #5EF4DB
Text Example
Text Example
White with #5EF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF4DB; }
p { color: rgb(94,244,219); }
H1.HeaderClassName
{
color: #5EF4DB;
}
.AnyTagClassName
{
color: #5EF4DB;
}
</style>
background-color css
<style>
a { background-color: #5EF4DB; }
a { background-color: rgb(94,244,219); }
div.DivClassName
{
background-color: #5EF4DB;
}
.BgClassName
{
background-color: #5EF4DB;
}
</style>
border-color css
<style>
span { border-color: #5EF4DB; }
span { border-color: rgb(94,244,219); }
td.TdClassName
{
border-color: #5EF4DB;
}
.TagClassName
{
border-color: #5EF4DB;
}
</style>