Shades of Turquoise #3EECBF
Tints of Turquoise #3EECBF
RGB
CMYK
RGB Variations
Color information
#3EECBF (or 0x3EECBF) is known color: Turquoise. HEX triplet: 3E, EC and BF. RGB value is (62,236,191). Sum of RGB (Red+Green+Blue) = 62+236+191=489 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.68% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECBF is #C11340. Grayscale: #B2B2B2. Windows color (decimal): -12653377 or 12577854. OLE color: 12577854.
HSL color Cylindrical-coordinate representation of color #3EECBF: hue angle of 164.48º 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 #3EECBF is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 191 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.07 |
| HSL | 164.48º | 0.82% | 0.58% | - |
| HSV(B) | 164.48º | 0.74% | 0.93% | - |
| XYZ | 41.39 | 64.78 | 59.61 | - |
| YUV | 178.84 | 134.85 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 191 | 0.74 | 0 | 0.19 | 0.07 | 164.48 | 0.82 | 0.58 |
| Hex | 3E | EC | BF | 4A | 0 | 13 | 7 | A4 | 52 | 3A |
| Octal | 76 | 354 | 277 | 112 | 0 | 23 | 7 | 244 | 122 | 72 |
| Binary | 111110 | 11101100 | 10111111 | 1001010 | 0 | 10011 | 111 | 10100100 | 1010010 | 111010 |
Color Harmonies of #3EECBF
Complementary color
Monochromatic Colors of #3EECBF
Black with #3EECBF
Text Example
Text Example
White with #3EECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECBF; }
p { color: rgb(62,236,191); }
H1.HeaderClassName
{
color: #3EECBF;
}
.AnyTagClassName
{
color: #3EECBF;
}
</style>
background-color css
<style>
a { background-color: #3EECBF; }
a { background-color: rgb(62,236,191); }
div.DivClassName
{
background-color: #3EECBF;
}
.BgClassName
{
background-color: #3EECBF;
}
</style>
border-color css
<style>
span { border-color: #3EECBF; }
span { border-color: rgb(62,236,191); }
td.TdClassName
{
border-color: #3EECBF;
}
.TagClassName
{
border-color: #3EECBF;
}
</style>