Shades of Turquoise #3EFEAC
Tints of Turquoise #3EFEAC
RGB
CMYK
RGB Variations
Color information
#3EFEAC (or 0x3EFEAC) is known color: Turquoise. HEX triplet: 3E, FE and AC. RGB value is (62,254,172). Sum of RGB (Red+Green+Blue) = 62+254+172=488 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.70% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFEAC is #C10153. Grayscale: #BBBBBB. Windows color (decimal): -12648788 or 11337278. OLE color: 11337278.
HSL color Cylindrical-coordinate representation of color #3EFEAC: hue angle of 154.38º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFEAC is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 172 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.00 |
| HSL | 154.38º | 0.99% | 0.62% | - |
| HSV(B) | 154.38º | 0.76% | 1% | - |
| XYZ | 44.87 | 74.89 | 51.12 | - |
| YUV | 187.24 | 119.39 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 172 | 0.76 | 0 | 0.32 | 0.00 | 154.38 | 0.99 | 0.62 |
| Hex | 3E | FE | AC | 4C | 0 | 20 | 0 | 9A | 63 | 3E |
| Octal | 76 | 376 | 254 | 114 | 0 | 40 | 0 | 232 | 143 | 76 |
| Binary | 111110 | 11111110 | 10101100 | 1001100 | 0 | 100000 | 0 | 10011010 | 1100011 | 111110 |
Color Harmonies of #3EFEAC
Complementary color
Monochromatic Colors of #3EFEAC
Black with #3EFEAC
Text Example
Text Example
White with #3EFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFEAC; }
p { color: rgb(62,254,172); }
H1.HeaderClassName
{
color: #3EFEAC;
}
.AnyTagClassName
{
color: #3EFEAC;
}
</style>
background-color css
<style>
a { background-color: #3EFEAC; }
a { background-color: rgb(62,254,172); }
div.DivClassName
{
background-color: #3EFEAC;
}
.BgClassName
{
background-color: #3EFEAC;
}
</style>
border-color css
<style>
span { border-color: #3EFEAC; }
span { border-color: rgb(62,254,172); }
td.TdClassName
{
border-color: #3EFEAC;
}
.TagClassName
{
border-color: #3EFEAC;
}
</style>