Shades of Turquoise #3EFDCE
Tints of Turquoise #3EFDCE
RGB
CMYK
RGB Variations
Color information
#3EFDCE (or 0x3EFDCE) is known color: Turquoise. HEX triplet: 3E, FD and CE. RGB value is (62,253,206). Sum of RGB (Red+Green+Blue) = 62+253+206=521 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.90% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDCE is #C10231. Grayscale: #BEBEBE. Windows color (decimal): -12649010 or 13565246. OLE color: 13565246.
HSL color Cylindrical-coordinate representation of color #3EFDCE: hue angle of 165.24º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFDCE is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 206 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.01 |
| HSL | 165.24º | 0.98% | 0.62% | - |
| HSV(B) | 165.24º | 0.75% | 0.99% | - |
| XYZ | 48.25 | 75.73 | 70.47 | - |
| YUV | 190.53 | 136.72 | 36.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 206 | 0.75 | 0 | 0.19 | 0.01 | 165.24 | 0.98 | 0.62 |
| Hex | 3E | FD | CE | 4B | 0 | 13 | 1 | A5 | 62 | 3E |
| Octal | 76 | 375 | 316 | 113 | 0 | 23 | 1 | 245 | 142 | 76 |
| Binary | 111110 | 11111101 | 11001110 | 1001011 | 0 | 10011 | 1 | 10100101 | 1100010 | 111110 |
Color Harmonies of #3EFDCE
Complementary color
Monochromatic Colors of #3EFDCE
Black with #3EFDCE
Text Example
Text Example
White with #3EFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDCE; }
p { color: rgb(62,253,206); }
H1.HeaderClassName
{
color: #3EFDCE;
}
.AnyTagClassName
{
color: #3EFDCE;
}
</style>
background-color css
<style>
a { background-color: #3EFDCE; }
a { background-color: rgb(62,253,206); }
div.DivClassName
{
background-color: #3EFDCE;
}
.BgClassName
{
background-color: #3EFDCE;
}
</style>
border-color css
<style>
span { border-color: #3EFDCE; }
span { border-color: rgb(62,253,206); }
td.TdClassName
{
border-color: #3EFDCE;
}
.TagClassName
{
border-color: #3EFDCE;
}
</style>