Shades of Turquoise #3EE8BA
Tints of Turquoise #3EE8BA
RGB
CMYK
RGB Variations
Color information
#3EE8BA (or 0x3EE8BA) is known color: Turquoise. HEX triplet: 3E, E8 and BA. RGB value is (62,232,186). Sum of RGB (Red+Green+Blue) = 62+232+186=480 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.92% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #3EE8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE8BA is #C11745. Grayscale: #AFAFAF. Windows color (decimal): -12654406 or 12249150. OLE color: 12249150.
HSL color Cylindrical-coordinate representation of color #3EE8BA: hue angle of 163.76º degrees, saturation: 0.79, 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 #3EE8BA is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 232 | 186 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.09 |
| HSL | 163.76º | 0.79% | 0.58% | - |
| HSV(B) | 163.76º | 0.73% | 0.91% | - |
| XYZ | 39.71 | 62.28 | 56.38 | - |
| YUV | 175.93 | 133.68 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 232 | 186 | 0.73 | 0 | 0.20 | 0.09 | 163.76 | 0.79 | 0.58 |
| Hex | 3E | E8 | BA | 49 | 0 | 14 | 9 | A4 | 4F | 3A |
| Octal | 76 | 350 | 272 | 111 | 0 | 24 | 11 | 244 | 117 | 72 |
| Binary | 111110 | 11101000 | 10111010 | 1001001 | 0 | 10100 | 1001 | 10100100 | 1001111 | 111010 |
Color Harmonies of #3EE8BA
Complementary color
Monochromatic Colors of #3EE8BA
Black with #3EE8BA
Text Example
Text Example
White with #3EE8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE8BA; }
p { color: rgb(62,232,186); }
H1.HeaderClassName
{
color: #3EE8BA;
}
.AnyTagClassName
{
color: #3EE8BA;
}
</style>
background-color css
<style>
a { background-color: #3EE8BA; }
a { background-color: rgb(62,232,186); }
div.DivClassName
{
background-color: #3EE8BA;
}
.BgClassName
{
background-color: #3EE8BA;
}
</style>
border-color css
<style>
span { border-color: #3EE8BA; }
span { border-color: rgb(62,232,186); }
td.TdClassName
{
border-color: #3EE8BA;
}
.TagClassName
{
border-color: #3EE8BA;
}
</style>