Shades of Turquoise #3EFECE
Tints of Turquoise #3EFECE
RGB
CMYK
RGB Variations
Color information
#3EFECE (or 0x3EFECE) is known color: Turquoise. HEX triplet: 3E, FE and CE. RGB value is (62,254,206). Sum of RGB (Red+Green+Blue) = 62+254+206=522 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.88% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFECE is #C10131. Grayscale: #BFBFBF. Windows color (decimal): -12648754 or 13565502. OLE color: 13565502.
HSL color Cylindrical-coordinate representation of color #3EFECE: hue angle of 165º 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 #3EFECE is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 206 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.00 |
| HSL | 165º | 0.99% | 0.62% | - |
| HSV(B) | 165º | 0.76% | 1% | - |
| XYZ | 48.57 | 76.36 | 70.57 | - |
| YUV | 191.12 | 136.39 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 206 | 0.76 | 0 | 0.19 | 0.00 | 165 | 0.99 | 0.62 |
| Hex | 3E | FE | CE | 4C | 0 | 13 | 0 | A5 | 63 | 3E |
| Octal | 76 | 376 | 316 | 114 | 0 | 23 | 0 | 245 | 143 | 76 |
| Binary | 111110 | 11111110 | 11001110 | 1001100 | 0 | 10011 | 0 | 10100101 | 1100011 | 111110 |
Color Harmonies of #3EFECE
Complementary color
Monochromatic Colors of #3EFECE
Black with #3EFECE
Text Example
Text Example
White with #3EFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFECE; }
p { color: rgb(62,254,206); }
H1.HeaderClassName
{
color: #3EFECE;
}
.AnyTagClassName
{
color: #3EFECE;
}
</style>
background-color css
<style>
a { background-color: #3EFECE; }
a { background-color: rgb(62,254,206); }
div.DivClassName
{
background-color: #3EFECE;
}
.BgClassName
{
background-color: #3EFECE;
}
</style>
border-color css
<style>
span { border-color: #3EFECE; }
span { border-color: rgb(62,254,206); }
td.TdClassName
{
border-color: #3EFECE;
}
.TagClassName
{
border-color: #3EFECE;
}
</style>