Shades of Turquoise #3EEFDA
Tints of Turquoise #3EEFDA
RGB
CMYK
RGB Variations
Color information
#3EEFDA (or 0x3EEFDA) is known color: Turquoise. HEX triplet: 3E, EF and DA. RGB value is (62,239,218). Sum of RGB (Red+Green+Blue) = 62+239+218=519 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.95% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFDA is #C11025. Grayscale: #B7B7B7. Windows color (decimal): -12652582 or 14348094. OLE color: 14348094.
HSL color Cylindrical-coordinate representation of color #3EEFDA: hue angle of 172.88º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEFDA is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 218 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.06 |
| HSL | 172.88º | 0.85% | 0.59% | - |
| HSV(B) | 172.88º | 0.74% | 0.94% | - |
| XYZ | 45.51 | 67.82 | 77.02 | - |
| YUV | 183.68 | 147.36 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 218 | 0.74 | 0 | 0.09 | 0.06 | 172.88 | 0.85 | 0.59 |
| Hex | 3E | EF | DA | 4A | 0 | 9 | 6 | AD | 55 | 3B |
| Octal | 76 | 357 | 332 | 112 | 0 | 11 | 6 | 255 | 125 | 73 |
| Binary | 111110 | 11101111 | 11011010 | 1001010 | 0 | 1001 | 110 | 10101101 | 1010101 | 111011 |
Color Harmonies of #3EEFDA
Complementary color
Monochromatic Colors of #3EEFDA
Black with #3EEFDA
Text Example
Text Example
White with #3EEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEFDA; }
p { color: rgb(62,239,218); }
H1.HeaderClassName
{
color: #3EEFDA;
}
.AnyTagClassName
{
color: #3EEFDA;
}
</style>
background-color css
<style>
a { background-color: #3EEFDA; }
a { background-color: rgb(62,239,218); }
div.DivClassName
{
background-color: #3EEFDA;
}
.BgClassName
{
background-color: #3EEFDA;
}
</style>
border-color css
<style>
span { border-color: #3EEFDA; }
span { border-color: rgb(62,239,218); }
td.TdClassName
{
border-color: #3EEFDA;
}
.TagClassName
{
border-color: #3EEFDA;
}
</style>