Shades of Turquoise #3EE9B2
Tints of Turquoise #3EE9B2
RGB
CMYK
RGB Variations
Color information
#3EE9B2 (or 0x3EE9B2) is known color: Turquoise. HEX triplet: 3E, E9 and B2. RGB value is (62,233,178). Sum of RGB (Red+Green+Blue) = 62+233+178=473 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.11% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #3EE9B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EE9B2 is #C1164D. Grayscale: #AFAFAF. Windows color (decimal): -12654158 or 11725118. OLE color: 11725118.
HSL color Cylindrical-coordinate representation of color #3EE9B2: hue angle of 160.7º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE9B2 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 233 | 178 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.09 |
| HSL | 160.7º | 0.8% | 0.58% | - |
| HSV(B) | 160.7º | 0.73% | 0.91% | - |
| XYZ | 39.16 | 62.52 | 52.12 | - |
| YUV | 175.6 | 129.35 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 233 | 178 | 0.73 | 0 | 0.24 | 0.09 | 160.7 | 0.8 | 0.58 |
| Hex | 3E | E9 | B2 | 49 | 0 | 18 | 9 | A1 | 50 | 3A |
| Octal | 76 | 351 | 262 | 111 | 0 | 30 | 11 | 241 | 120 | 72 |
| Binary | 111110 | 11101001 | 10110010 | 1001001 | 0 | 11000 | 1001 | 10100001 | 1010000 | 111010 |
Color Harmonies of #3EE9B2
Complementary color
Monochromatic Colors of #3EE9B2
Black with #3EE9B2
Text Example
Text Example
White with #3EE9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE9B2; }
p { color: rgb(62,233,178); }
H1.HeaderClassName
{
color: #3EE9B2;
}
.AnyTagClassName
{
color: #3EE9B2;
}
</style>
background-color css
<style>
a { background-color: #3EE9B2; }
a { background-color: rgb(62,233,178); }
div.DivClassName
{
background-color: #3EE9B2;
}
.BgClassName
{
background-color: #3EE9B2;
}
</style>
border-color css
<style>
span { border-color: #3EE9B2; }
span { border-color: rgb(62,233,178); }
td.TdClassName
{
border-color: #3EE9B2;
}
.TagClassName
{
border-color: #3EE9B2;
}
</style>