Shades of Turquoise #3EE2B2
Tints of Turquoise #3EE2B2
RGB
CMYK
RGB Variations
Color information
#3EE2B2 (or 0x3EE2B2) is known color: Turquoise. HEX triplet: 3E, E2 and B2. RGB value is (62,226,178). Sum of RGB (Red+Green+Blue) = 62+226+178=466 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.30% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #3EE2B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EE2B2 is #C11D4D. Grayscale: #ABABAB. Windows color (decimal): -12655950 or 11723326. OLE color: 11723326.
HSL color Cylindrical-coordinate representation of color #3EE2B2: hue angle of 162.44º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE2B2 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 226 | 178 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.11 |
| HSL | 162.44º | 0.74% | 0.56% | - |
| HSV(B) | 162.44º | 0.73% | 0.89% | - |
| XYZ | 37.22 | 58.63 | 51.47 | - |
| YUV | 171.49 | 131.67 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 226 | 178 | 0.73 | 0 | 0.21 | 0.11 | 162.44 | 0.74 | 0.56 |
| Hex | 3E | E2 | B2 | 49 | 0 | 15 | B | A2 | 4A | 38 |
| Octal | 76 | 342 | 262 | 111 | 0 | 25 | 13 | 242 | 112 | 70 |
| Binary | 111110 | 11100010 | 10110010 | 1001001 | 0 | 10101 | 1011 | 10100010 | 1001010 | 111000 |
Color Harmonies of #3EE2B2
Complementary color
Monochromatic Colors of #3EE2B2
Black with #3EE2B2
Text Example
Text Example
White with #3EE2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE2B2; }
p { color: rgb(62,226,178); }
H1.HeaderClassName
{
color: #3EE2B2;
}
.AnyTagClassName
{
color: #3EE2B2;
}
</style>
background-color css
<style>
a { background-color: #3EE2B2; }
a { background-color: rgb(62,226,178); }
div.DivClassName
{
background-color: #3EE2B2;
}
.BgClassName
{
background-color: #3EE2B2;
}
</style>
border-color css
<style>
span { border-color: #3EE2B2; }
span { border-color: rgb(62,226,178); }
td.TdClassName
{
border-color: #3EE2B2;
}
.TagClassName
{
border-color: #3EE2B2;
}
</style>