Shades of Turquoise #3EECBB
Tints of Turquoise #3EECBB
RGB
CMYK
RGB Variations
Color information
#3EECBB (or 0x3EECBB) is known color: Turquoise. HEX triplet: 3E, EC and BB. RGB value is (62,236,187). Sum of RGB (Red+Green+Blue) = 62+236+187=485 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.78% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECBB is #C11344. Grayscale: #B2B2B2. Windows color (decimal): -12653381 or 12315710. OLE color: 12315710.
HSL color Cylindrical-coordinate representation of color #3EECBB: hue angle of 163.1º 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 #3EECBB is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 187 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.07 |
| HSL | 163.1º | 0.82% | 0.58% | - |
| HSV(B) | 163.1º | 0.74% | 0.93% | - |
| XYZ | 40.95 | 64.6 | 57.32 | - |
| YUV | 178.39 | 132.85 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 187 | 0.74 | 0 | 0.21 | 0.07 | 163.1 | 0.82 | 0.58 |
| Hex | 3E | EC | BB | 4A | 0 | 15 | 7 | A3 | 52 | 3A |
| Octal | 76 | 354 | 273 | 112 | 0 | 25 | 7 | 243 | 122 | 72 |
| Binary | 111110 | 11101100 | 10111011 | 1001010 | 0 | 10101 | 111 | 10100011 | 1010010 | 111010 |
Color Harmonies of #3EECBB
Complementary color
Monochromatic Colors of #3EECBB
Black with #3EECBB
Text Example
Text Example
White with #3EECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECBB; }
p { color: rgb(62,236,187); }
H1.HeaderClassName
{
color: #3EECBB;
}
.AnyTagClassName
{
color: #3EECBB;
}
</style>
background-color css
<style>
a { background-color: #3EECBB; }
a { background-color: rgb(62,236,187); }
div.DivClassName
{
background-color: #3EECBB;
}
.BgClassName
{
background-color: #3EECBB;
}
</style>
border-color css
<style>
span { border-color: #3EECBB; }
span { border-color: rgb(62,236,187); }
td.TdClassName
{
border-color: #3EECBB;
}
.TagClassName
{
border-color: #3EECBB;
}
</style>