Shades of Turquoise #3EEFD2
Tints of Turquoise #3EEFD2
RGB
CMYK
RGB Variations
Color information
#3EEFD2 (or 0x3EEFD2) is known color: Turquoise. HEX triplet: 3E, EF and D2. RGB value is (62,239,210). Sum of RGB (Red+Green+Blue) = 62+239+210=511 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.13% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFD2 is #C1102D. Grayscale: #B6B6B6. Windows color (decimal): -12652590 or 13823806. OLE color: 13823806.
HSL color Cylindrical-coordinate representation of color #3EEFD2: hue angle of 170.17º 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 #3EEFD2 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 210 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.06 |
| HSL | 170.17º | 0.85% | 0.59% | - |
| HSV(B) | 170.17º | 0.74% | 0.94% | - |
| XYZ | 44.49 | 67.41 | 71.64 | - |
| YUV | 182.77 | 143.36 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 210 | 0.74 | 0 | 0.12 | 0.06 | 170.17 | 0.85 | 0.59 |
| Hex | 3E | EF | D2 | 4A | 0 | C | 6 | AA | 55 | 3B |
| Octal | 76 | 357 | 322 | 112 | 0 | 14 | 6 | 252 | 125 | 73 |
| Binary | 111110 | 11101111 | 11010010 | 1001010 | 0 | 1100 | 110 | 10101010 | 1010101 | 111011 |
Color Harmonies of #3EEFD2
Complementary color
Monochromatic Colors of #3EEFD2
Black with #3EEFD2
Text Example
Text Example
White with #3EEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEFD2; }
p { color: rgb(62,239,210); }
H1.HeaderClassName
{
color: #3EEFD2;
}
.AnyTagClassName
{
color: #3EEFD2;
}
</style>
background-color css
<style>
a { background-color: #3EEFD2; }
a { background-color: rgb(62,239,210); }
div.DivClassName
{
background-color: #3EEFD2;
}
.BgClassName
{
background-color: #3EEFD2;
}
</style>
border-color css
<style>
span { border-color: #3EEFD2; }
span { border-color: rgb(62,239,210); }
td.TdClassName
{
border-color: #3EEFD2;
}
.TagClassName
{
border-color: #3EEFD2;
}
</style>