Shades of Turquoise #3EE5C0
Tints of Turquoise #3EE5C0
RGB
CMYK
RGB Variations
Color information
#3EE5C0 (or 0x3EE5C0) is known color: Turquoise. HEX triplet: 3E, E5 and C0. RGB value is (62,229,192). Sum of RGB (Red+Green+Blue) = 62+229+192=483 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.84% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #3EE5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE5C0 is #C11A3F. Grayscale: #AEAEAE. Windows color (decimal): -12655168 or 12641598. OLE color: 12641598.
HSL color Cylindrical-coordinate representation of color #3EE5C0: hue angle of 166.71º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE5C0 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 229 | 192 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.10 |
| HSL | 166.71º | 0.76% | 0.57% | - |
| HSV(B) | 166.71º | 0.73% | 0.9% | - |
| XYZ | 39.52 | 60.87 | 59.54 | - |
| YUV | 174.85 | 137.67 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 229 | 192 | 0.73 | 0 | 0.16 | 0.10 | 166.71 | 0.76 | 0.57 |
| Hex | 3E | E5 | C0 | 49 | 0 | 10 | A | A7 | 4C | 39 |
| Octal | 76 | 345 | 300 | 111 | 0 | 20 | 12 | 247 | 114 | 71 |
| Binary | 111110 | 11100101 | 11000000 | 1001001 | 0 | 10000 | 1010 | 10100111 | 1001100 | 111001 |
Color Harmonies of #3EE5C0
Complementary color
Monochromatic Colors of #3EE5C0
Black with #3EE5C0
Text Example
Text Example
White with #3EE5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE5C0; }
p { color: rgb(62,229,192); }
H1.HeaderClassName
{
color: #3EE5C0;
}
.AnyTagClassName
{
color: #3EE5C0;
}
</style>
background-color css
<style>
a { background-color: #3EE5C0; }
a { background-color: rgb(62,229,192); }
div.DivClassName
{
background-color: #3EE5C0;
}
.BgClassName
{
background-color: #3EE5C0;
}
</style>
border-color css
<style>
span { border-color: #3EE5C0; }
span { border-color: rgb(62,229,192); }
td.TdClassName
{
border-color: #3EE5C0;
}
.TagClassName
{
border-color: #3EE5C0;
}
</style>