Shades of Turquoise #5EF2D9
Tints of Turquoise #5EF2D9
RGB
CMYK
RGB Variations
Color information
#5EF2D9 (or 0x5EF2D9) is known color: Turquoise. HEX triplet: 5E, F2 and D9. RGB value is (94,242,217). Sum of RGB (Red+Green+Blue) = 94+242+217=553 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.00% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF2D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF2D9 is #A10D26. Grayscale: #C2C2C2. Windows color (decimal): -10554663 or 14283358. OLE color: 14283358.
HSL color Cylindrical-coordinate representation of color #5EF2D9: hue angle of 169.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF2D9 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 242 | 217 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.05 |
| HSL | 169.86º | 0.85% | 0.66% | - |
| HSV(B) | 169.86º | 0.61% | 0.95% | - |
| XYZ | 48.89 | 70.89 | 76.75 | - |
| YUV | 194.9 | 140.47 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 242 | 217 | 0.61 | 0 | 0.10 | 0.05 | 169.86 | 0.85 | 0.66 |
| Hex | 5E | F2 | D9 | 3D | 0 | A | 5 | AA | 55 | 42 |
| Octal | 136 | 362 | 331 | 75 | 0 | 12 | 5 | 252 | 125 | 102 |
| Binary | 1011110 | 11110010 | 11011001 | 111101 | 0 | 1010 | 101 | 10101010 | 1010101 | 1000010 |
Color Harmonies of #5EF2D9
Complementary color
Monochromatic Colors of #5EF2D9
Black with #5EF2D9
Text Example
Text Example
White with #5EF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF2D9; }
p { color: rgb(94,242,217); }
H1.HeaderClassName
{
color: #5EF2D9;
}
.AnyTagClassName
{
color: #5EF2D9;
}
</style>
background-color css
<style>
a { background-color: #5EF2D9; }
a { background-color: rgb(94,242,217); }
div.DivClassName
{
background-color: #5EF2D9;
}
.BgClassName
{
background-color: #5EF2D9;
}
</style>
border-color css
<style>
span { border-color: #5EF2D9; }
span { border-color: rgb(94,242,217); }
td.TdClassName
{
border-color: #5EF2D9;
}
.TagClassName
{
border-color: #5EF2D9;
}
</style>