Shades of Turquoise #3EEAB0
Tints of Turquoise #3EEAB0
RGB
CMYK
RGB Variations
Color information
#3EEAB0 (or 0x3EEAB0) is known color: Turquoise. HEX triplet: 3E, EA and B0. RGB value is (62,234,176). Sum of RGB (Red+Green+Blue) = 62+234+176=472 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.14% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EEAB0 is #C1154F. Grayscale: #B0B0B0. Windows color (decimal): -12653904 or 11594302. OLE color: 11594302.
HSL color Cylindrical-coordinate representation of color #3EEAB0: hue angle of 159.77º 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 #3EEAB0 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 234 | 176 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.08 |
| HSL | 159.77º | 0.8% | 0.58% | - |
| HSV(B) | 159.77º | 0.74% | 0.92% | - |
| XYZ | 39.25 | 63 | 51.17 | - |
| YUV | 175.96 | 128.02 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 176 | 0.74 | 0 | 0.25 | 0.08 | 159.77 | 0.8 | 0.58 |
| Hex | 3E | EA | B0 | 4A | 0 | 19 | 8 | A0 | 50 | 3A |
| Octal | 76 | 352 | 260 | 112 | 0 | 31 | 10 | 240 | 120 | 72 |
| Binary | 111110 | 11101010 | 10110000 | 1001010 | 0 | 11001 | 1000 | 10100000 | 1010000 | 111010 |
Color Harmonies of #3EEAB0
Complementary color
Monochromatic Colors of #3EEAB0
Black with #3EEAB0
Text Example
Text Example
White with #3EEAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEAB0; }
p { color: rgb(62,234,176); }
H1.HeaderClassName
{
color: #3EEAB0;
}
.AnyTagClassName
{
color: #3EEAB0;
}
</style>
background-color css
<style>
a { background-color: #3EEAB0; }
a { background-color: rgb(62,234,176); }
div.DivClassName
{
background-color: #3EEAB0;
}
.BgClassName
{
background-color: #3EEAB0;
}
</style>
border-color css
<style>
span { border-color: #3EEAB0; }
span { border-color: rgb(62,234,176); }
td.TdClassName
{
border-color: #3EEAB0;
}
.TagClassName
{
border-color: #3EEAB0;
}
</style>