Shades of Turquoise #5EEFDA
Tints of Turquoise #5EEFDA
RGB
CMYK
RGB Variations
Color information
#5EEFDA (or 0x5EEFDA) is known color: Turquoise. HEX triplet: 5E, EF and DA. RGB value is (94,239,218). Sum of RGB (Red+Green+Blue) = 94+239+218=551 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.06% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFDA is #A11025. Grayscale: #C1C1C1. Windows color (decimal): -10555430 or 14348126. OLE color: 14348126.
HSL color Cylindrical-coordinate representation of color #5EEFDA: hue angle of 171.31º 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 #5EEFDA is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 218 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.06 |
| HSL | 171.31º | 0.82% | 0.65% | - |
| HSV(B) | 171.31º | 0.61% | 0.94% | - |
| XYZ | 48.14 | 69.17 | 77.14 | - |
| YUV | 193.25 | 141.96 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 218 | 0.61 | 0 | 0.09 | 0.06 | 171.31 | 0.82 | 0.65 |
| Hex | 5E | EF | DA | 3D | 0 | 9 | 6 | AB | 52 | 41 |
| Octal | 136 | 357 | 332 | 75 | 0 | 11 | 6 | 253 | 122 | 101 |
| Binary | 1011110 | 11101111 | 11011010 | 111101 | 0 | 1001 | 110 | 10101011 | 1010010 | 1000001 |
Color Harmonies of #5EEFDA
Complementary color
Monochromatic Colors of #5EEFDA
Black with #5EEFDA
Text Example
Text Example
White with #5EEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFDA; }
p { color: rgb(94,239,218); }
H1.HeaderClassName
{
color: #5EEFDA;
}
.AnyTagClassName
{
color: #5EEFDA;
}
</style>
background-color css
<style>
a { background-color: #5EEFDA; }
a { background-color: rgb(94,239,218); }
div.DivClassName
{
background-color: #5EEFDA;
}
.BgClassName
{
background-color: #5EEFDA;
}
</style>
border-color css
<style>
span { border-color: #5EEFDA; }
span { border-color: rgb(94,239,218); }
td.TdClassName
{
border-color: #5EEFDA;
}
.TagClassName
{
border-color: #5EEFDA;
}
</style>