Shades of Turquoise #3EECD1
Tints of Turquoise #3EECD1
RGB
CMYK
RGB Variations
Color information
#3EECD1 (or 0x3EECD1) is known color: Turquoise. HEX triplet: 3E, EC and D1. RGB value is (62,236,209). Sum of RGB (Red+Green+Blue) = 62+236+209=507 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.23% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECD1 is #C1132E. Grayscale: #B4B4B4. Windows color (decimal): -12653359 or 13757502. OLE color: 13757502.
HSL color Cylindrical-coordinate representation of color #3EECD1: hue angle of 170.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EECD1 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 209 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.07 |
| HSL | 170.69º | 0.82% | 0.58% | - |
| HSV(B) | 170.69º | 0.74% | 0.93% | - |
| XYZ | 43.49 | 65.62 | 70.7 | - |
| YUV | 180.9 | 143.85 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 209 | 0.74 | 0 | 0.11 | 0.07 | 170.69 | 0.82 | 0.58 |
| Hex | 3E | EC | D1 | 4A | 0 | B | 7 | AB | 52 | 3A |
| Octal | 76 | 354 | 321 | 112 | 0 | 13 | 7 | 253 | 122 | 72 |
| Binary | 111110 | 11101100 | 11010001 | 1001010 | 0 | 1011 | 111 | 10101011 | 1010010 | 111010 |
Color Harmonies of #3EECD1
Complementary color
Monochromatic Colors of #3EECD1
Black with #3EECD1
Text Example
Text Example
White with #3EECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECD1; }
p { color: rgb(62,236,209); }
H1.HeaderClassName
{
color: #3EECD1;
}
.AnyTagClassName
{
color: #3EECD1;
}
</style>
background-color css
<style>
a { background-color: #3EECD1; }
a { background-color: rgb(62,236,209); }
div.DivClassName
{
background-color: #3EECD1;
}
.BgClassName
{
background-color: #3EECD1;
}
</style>
border-color css
<style>
span { border-color: #3EECD1; }
span { border-color: rgb(62,236,209); }
td.TdClassName
{
border-color: #3EECD1;
}
.TagClassName
{
border-color: #3EECD1;
}
</style>