Shades of Turquoise #3EE6BA
Tints of Turquoise #3EE6BA
RGB
CMYK
RGB Variations
Color information
#3EE6BA (or 0x3EE6BA) is known color: Turquoise. HEX triplet: 3E, E6 and BA. RGB value is (62,230,186). Sum of RGB (Red+Green+Blue) = 62+230+186=478 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.97% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #3EE6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE6BA is #C11945. Grayscale: #AEAEAE. Windows color (decimal): -12654918 or 12248638. OLE color: 12248638.
HSL color Cylindrical-coordinate representation of color #3EE6BA: hue angle of 164.29º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE6BA is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 230 | 186 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.10 |
| HSL | 164.29º | 0.77% | 0.57% | - |
| HSV(B) | 164.29º | 0.73% | 0.9% | - |
| XYZ | 39.15 | 61.16 | 56.2 | - |
| YUV | 174.75 | 134.34 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 230 | 186 | 0.73 | 0 | 0.19 | 0.10 | 164.29 | 0.77 | 0.57 |
| Hex | 3E | E6 | BA | 49 | 0 | 13 | A | A4 | 4D | 39 |
| Octal | 76 | 346 | 272 | 111 | 0 | 23 | 12 | 244 | 115 | 71 |
| Binary | 111110 | 11100110 | 10111010 | 1001001 | 0 | 10011 | 1010 | 10100100 | 1001101 | 111001 |
Color Harmonies of #3EE6BA
Complementary color
Monochromatic Colors of #3EE6BA
Black with #3EE6BA
Text Example
Text Example
White with #3EE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE6BA; }
p { color: rgb(62,230,186); }
H1.HeaderClassName
{
color: #3EE6BA;
}
.AnyTagClassName
{
color: #3EE6BA;
}
</style>
background-color css
<style>
a { background-color: #3EE6BA; }
a { background-color: rgb(62,230,186); }
div.DivClassName
{
background-color: #3EE6BA;
}
.BgClassName
{
background-color: #3EE6BA;
}
</style>
border-color css
<style>
span { border-color: #3EE6BA; }
span { border-color: rgb(62,230,186); }
td.TdClassName
{
border-color: #3EE6BA;
}
.TagClassName
{
border-color: #3EE6BA;
}
</style>