Shades of Turquoise #3EE9BA
Tints of Turquoise #3EE9BA
RGB
CMYK
RGB Variations
Color information
#3EE9BA (or 0x3EE9BA) is known color: Turquoise. HEX triplet: 3E, E9 and BA. RGB value is (62,233,186). Sum of RGB (Red+Green+Blue) = 62+233+186=481 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.89% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #3EE9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE9BA is #C11645. Grayscale: #B0B0B0. Windows color (decimal): -12654150 or 12249406. OLE color: 12249406.
HSL color Cylindrical-coordinate representation of color #3EE9BA: hue angle of 163.51º 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 #3EE9BA is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 233 | 186 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.09 |
| HSL | 163.51º | 0.8% | 0.58% | - |
| HSV(B) | 163.51º | 0.73% | 0.91% | - |
| XYZ | 39.99 | 62.85 | 56.48 | - |
| YUV | 176.51 | 133.35 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 233 | 186 | 0.73 | 0 | 0.20 | 0.09 | 163.51 | 0.8 | 0.58 |
| Hex | 3E | E9 | BA | 49 | 0 | 14 | 9 | A4 | 50 | 3A |
| Octal | 76 | 351 | 272 | 111 | 0 | 24 | 11 | 244 | 120 | 72 |
| Binary | 111110 | 11101001 | 10111010 | 1001001 | 0 | 10100 | 1001 | 10100100 | 1010000 | 111010 |
Color Harmonies of #3EE9BA
Complementary color
Monochromatic Colors of #3EE9BA
Black with #3EE9BA
Text Example
Text Example
White with #3EE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE9BA; }
p { color: rgb(62,233,186); }
H1.HeaderClassName
{
color: #3EE9BA;
}
.AnyTagClassName
{
color: #3EE9BA;
}
</style>
background-color css
<style>
a { background-color: #3EE9BA; }
a { background-color: rgb(62,233,186); }
div.DivClassName
{
background-color: #3EE9BA;
}
.BgClassName
{
background-color: #3EE9BA;
}
</style>
border-color css
<style>
span { border-color: #3EE9BA; }
span { border-color: rgb(62,233,186); }
td.TdClassName
{
border-color: #3EE9BA;
}
.TagClassName
{
border-color: #3EE9BA;
}
</style>