Shades of Turquoise #3EFFAE
Tints of Turquoise #3EFFAE
RGB
CMYK
RGB Variations
Color information
#3EFFAE (or 0x3EFFAE) is known color: Turquoise. HEX triplet: 3E, FF and AE. RGB value is (62,255,174). Sum of RGB (Red+Green+Blue) = 62+255+174=491 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.63% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFFAE is #C10051. Grayscale: #BCBCBC. Windows color (decimal): -12648530 or 11468606. OLE color: 11468606.
HSL color Cylindrical-coordinate representation of color #3EFFAE: hue angle of 154.82º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFAE is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 174 | - |
| CMYK | 0.76 | 0 | 0.32 | 0 |
| HSL | 154.82º | 1% | 0.62% | - |
| HSV(B) | 154.82º | 0.76% | 1% | - |
| XYZ | 45.39 | 75.6 | 52.24 | - |
| YUV | 188.06 | 120.06 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 174 | 0.76 | 0 | 0.32 | 0 | 154.82 | 1 | 0.62 |
| Hex | 3E | FF | AE | 4C | 0 | 20 | 0 | 9B | 64 | 3E |
| Octal | 76 | 377 | 256 | 114 | 0 | 40 | 0 | 233 | 144 | 76 |
| Binary | 111110 | 11111111 | 10101110 | 1001100 | 0 | 100000 | 0 | 10011011 | 1100100 | 111110 |
Color Harmonies of #3EFFAE
Complementary color
Monochromatic Colors of #3EFFAE
Black with #3EFFAE
Text Example
Text Example
White with #3EFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFAE; }
p { color: rgb(62,255,174); }
H1.HeaderClassName
{
color: #3EFFAE;
}
.AnyTagClassName
{
color: #3EFFAE;
}
</style>
background-color css
<style>
a { background-color: #3EFFAE; }
a { background-color: rgb(62,255,174); }
div.DivClassName
{
background-color: #3EFFAE;
}
.BgClassName
{
background-color: #3EFFAE;
}
</style>
border-color css
<style>
span { border-color: #3EFFAE; }
span { border-color: rgb(62,255,174); }
td.TdClassName
{
border-color: #3EFFAE;
}
.TagClassName
{
border-color: #3EFFAE;
}
</style>