Shades of Turquoise #3EECB0
Tints of Turquoise #3EECB0
RGB
CMYK
RGB Variations
Color information
#3EECB0 (or 0x3EECB0) is known color: Turquoise. HEX triplet: 3E, EC and B0. RGB value is (62,236,176). Sum of RGB (Red+Green+Blue) = 62+236+176=474 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.08% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EECB0 is #C1134F. Grayscale: #B1B1B1. Windows color (decimal): -12653392 or 11594814. OLE color: 11594814.
HSL color Cylindrical-coordinate representation of color #3EECB0: hue angle of 159.31º 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 #3EECB0 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 176 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.07 |
| HSL | 159.31º | 0.82% | 0.58% | - |
| HSV(B) | 159.31º | 0.74% | 0.93% | - |
| XYZ | 39.82 | 64.15 | 51.36 | - |
| YUV | 177.13 | 127.35 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 176 | 0.74 | 0 | 0.25 | 0.07 | 159.31 | 0.82 | 0.58 |
| Hex | 3E | EC | B0 | 4A | 0 | 19 | 7 | 9F | 52 | 3A |
| Octal | 76 | 354 | 260 | 112 | 0 | 31 | 7 | 237 | 122 | 72 |
| Binary | 111110 | 11101100 | 10110000 | 1001010 | 0 | 11001 | 111 | 10011111 | 1010010 | 111010 |
Color Harmonies of #3EECB0
Complementary color
Monochromatic Colors of #3EECB0
Black with #3EECB0
Text Example
Text Example
White with #3EECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECB0; }
p { color: rgb(62,236,176); }
H1.HeaderClassName
{
color: #3EECB0;
}
.AnyTagClassName
{
color: #3EECB0;
}
</style>
background-color css
<style>
a { background-color: #3EECB0; }
a { background-color: rgb(62,236,176); }
div.DivClassName
{
background-color: #3EECB0;
}
.BgClassName
{
background-color: #3EECB0;
}
</style>
border-color css
<style>
span { border-color: #3EECB0; }
span { border-color: rgb(62,236,176); }
td.TdClassName
{
border-color: #3EECB0;
}
.TagClassName
{
border-color: #3EECB0;
}
</style>