Shades of Turquoise #3EEAB2
Tints of Turquoise #3EEAB2
RGB
CMYK
RGB Variations
Color information
#3EEAB2 (or 0x3EEAB2) is known color: Turquoise. HEX triplet: 3E, EA and B2. RGB value is (62,234,178). Sum of RGB (Red+Green+Blue) = 62+234+178=474 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.08% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EEAB2 is #C1154D. Grayscale: #B0B0B0. Windows color (decimal): -12653902 or 11725374. OLE color: 11725374.
HSL color Cylindrical-coordinate representation of color #3EEAB2: hue angle of 160.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEAB2 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 178 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.08 |
| HSL | 160.47º | 0.8% | 0.58% | - |
| HSV(B) | 160.47º | 0.74% | 0.92% | - |
| XYZ | 39.45 | 63.08 | 52.22 | - |
| YUV | 176.19 | 129.02 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 178 | 0.74 | 0 | 0.24 | 0.08 | 160.47 | 0.8 | 0.58 |
| Hex | 3E | EA | B2 | 4A | 0 | 18 | 8 | A0 | 50 | 3A |
| Octal | 76 | 352 | 262 | 112 | 0 | 30 | 10 | 240 | 120 | 72 |
| Binary | 111110 | 11101010 | 10110010 | 1001010 | 0 | 11000 | 1000 | 10100000 | 1010000 | 111010 |
Color Harmonies of #3EEAB2
Complementary color
Monochromatic Colors of #3EEAB2
Black with #3EEAB2
Text Example
Text Example
White with #3EEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEAB2; }
p { color: rgb(62,234,178); }
H1.HeaderClassName
{
color: #3EEAB2;
}
.AnyTagClassName
{
color: #3EEAB2;
}
</style>
background-color css
<style>
a { background-color: #3EEAB2; }
a { background-color: rgb(62,234,178); }
div.DivClassName
{
background-color: #3EEAB2;
}
.BgClassName
{
background-color: #3EEAB2;
}
</style>
border-color css
<style>
span { border-color: #3EEAB2; }
span { border-color: rgb(62,234,178); }
td.TdClassName
{
border-color: #3EEAB2;
}
.TagClassName
{
border-color: #3EEAB2;
}
</style>