Shades of Turquoise #3EFCD1
Tints of Turquoise #3EFCD1
RGB
CMYK
RGB Variations
Color information
#3EFCD1 (or 0x3EFCD1) is known color: Turquoise. HEX triplet: 3E, FC and D1. RGB value is (62,252,209). Sum of RGB (Red+Green+Blue) = 62+252+209=523 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.85% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFCD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFCD1 is #C1032E. Grayscale: #BEBEBE. Windows color (decimal): -12649263 or 13761598. OLE color: 13761598.
HSL color Cylindrical-coordinate representation of color #3EFCD1: hue angle of 166.42º degrees, saturation: 0.97, 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 #3EFCD1 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 209 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.01 |
| HSL | 166.42º | 0.97% | 0.62% | - |
| HSV(B) | 166.42º | 0.75% | 0.99% | - |
| XYZ | 48.31 | 75.25 | 72.3 | - |
| YUV | 190.29 | 138.55 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 209 | 0.75 | 0 | 0.17 | 0.01 | 166.42 | 0.97 | 0.62 |
| Hex | 3E | FC | D1 | 4B | 0 | 11 | 1 | A6 | 61 | 3E |
| Octal | 76 | 374 | 321 | 113 | 0 | 21 | 1 | 246 | 141 | 76 |
| Binary | 111110 | 11111100 | 11010001 | 1001011 | 0 | 10001 | 1 | 10100110 | 1100001 | 111110 |
Color Harmonies of #3EFCD1
Complementary color
Monochromatic Colors of #3EFCD1
Black with #3EFCD1
Text Example
Text Example
White with #3EFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFCD1; }
p { color: rgb(62,252,209); }
H1.HeaderClassName
{
color: #3EFCD1;
}
.AnyTagClassName
{
color: #3EFCD1;
}
</style>
background-color css
<style>
a { background-color: #3EFCD1; }
a { background-color: rgb(62,252,209); }
div.DivClassName
{
background-color: #3EFCD1;
}
.BgClassName
{
background-color: #3EFCD1;
}
</style>
border-color css
<style>
span { border-color: #3EFCD1; }
span { border-color: rgb(62,252,209); }
td.TdClassName
{
border-color: #3EFCD1;
}
.TagClassName
{
border-color: #3EFCD1;
}
</style>