Shades of Turquoise #3EECCE
Tints of Turquoise #3EECCE
RGB
CMYK
RGB Variations
Color information
#3EECCE (or 0x3EECCE) is known color: Turquoise. HEX triplet: 3E, EC and CE. RGB value is (62,236,206). Sum of RGB (Red+Green+Blue) = 62+236+206=504 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.30% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECCE is #C11331. Grayscale: #B4B4B4. Windows color (decimal): -12653362 or 13560894. OLE color: 13560894.
HSL color Cylindrical-coordinate representation of color #3EECCE: hue angle of 169.66º 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 #3EECCE is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 206 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.07 |
| HSL | 169.66º | 0.82% | 0.58% | - |
| HSV(B) | 169.66º | 0.74% | 0.93% | - |
| XYZ | 43.12 | 65.47 | 68.76 | - |
| YUV | 180.55 | 142.35 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 206 | 0.74 | 0 | 0.13 | 0.07 | 169.66 | 0.82 | 0.58 |
| Hex | 3E | EC | CE | 4A | 0 | D | 7 | AA | 52 | 3A |
| Octal | 76 | 354 | 316 | 112 | 0 | 15 | 7 | 252 | 122 | 72 |
| Binary | 111110 | 11101100 | 11001110 | 1001010 | 0 | 1101 | 111 | 10101010 | 1010010 | 111010 |
Color Harmonies of #3EECCE
Complementary color
Monochromatic Colors of #3EECCE
Black with #3EECCE
Text Example
Text Example
White with #3EECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECCE; }
p { color: rgb(62,236,206); }
H1.HeaderClassName
{
color: #3EECCE;
}
.AnyTagClassName
{
color: #3EECCE;
}
</style>
background-color css
<style>
a { background-color: #3EECCE; }
a { background-color: rgb(62,236,206); }
div.DivClassName
{
background-color: #3EECCE;
}
.BgClassName
{
background-color: #3EECCE;
}
</style>
border-color css
<style>
span { border-color: #3EECCE; }
span { border-color: rgb(62,236,206); }
td.TdClassName
{
border-color: #3EECCE;
}
.TagClassName
{
border-color: #3EECCE;
}
</style>