Shades of Turquoise #3EFACE
Tints of Turquoise #3EFACE
RGB
CMYK
RGB Variations
Color information
#3EFACE (or 0x3EFACE) is known color: Turquoise. HEX triplet: 3E, FA and CE. RGB value is (62,250,206). Sum of RGB (Red+Green+Blue) = 62+250+206=518 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.97% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFACE is #C10531. Grayscale: #BCBCBC. Windows color (decimal): -12649778 or 13564478. OLE color: 13564478.
HSL color Cylindrical-coordinate representation of color #3EFACE: hue angle of 165.96º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFACE is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 250 | 206 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.02 |
| HSL | 165.96º | 0.95% | 0.61% | - |
| HSV(B) | 165.96º | 0.75% | 0.98% | - |
| XYZ | 47.31 | 73.85 | 70.15 | - |
| YUV | 188.77 | 137.72 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 206 | 0.75 | 0 | 0.18 | 0.02 | 165.96 | 0.95 | 0.61 |
| Hex | 3E | FA | CE | 4B | 0 | 12 | 2 | A6 | 5F | 3D |
| Octal | 76 | 372 | 316 | 113 | 0 | 22 | 2 | 246 | 137 | 75 |
| Binary | 111110 | 11111010 | 11001110 | 1001011 | 0 | 10010 | 10 | 10100110 | 1011111 | 111101 |
Color Harmonies of #3EFACE
Complementary color
Monochromatic Colors of #3EFACE
Black with #3EFACE
Text Example
Text Example
White with #3EFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFACE; }
p { color: rgb(62,250,206); }
H1.HeaderClassName
{
color: #3EFACE;
}
.AnyTagClassName
{
color: #3EFACE;
}
</style>
background-color css
<style>
a { background-color: #3EFACE; }
a { background-color: rgb(62,250,206); }
div.DivClassName
{
background-color: #3EFACE;
}
.BgClassName
{
background-color: #3EFACE;
}
</style>
border-color css
<style>
span { border-color: #3EFACE; }
span { border-color: rgb(62,250,206); }
td.TdClassName
{
border-color: #3EFACE;
}
.TagClassName
{
border-color: #3EFACE;
}
</style>