Shades of Turquoise #3EE0C1
Tints of Turquoise #3EE0C1
RGB
CMYK
RGB Variations
Color information
#3EE0C1 (or 0x3EE0C1) is known color: Turquoise. HEX triplet: 3E, E0 and C1. RGB value is (62,224,193). Sum of RGB (Red+Green+Blue) = 62+224+193=479 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.94% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE0C1 is #C11F3E. Grayscale: #ABABAB. Windows color (decimal): -12656447 or 12705854. OLE color: 12705854.
HSL color Cylindrical-coordinate representation of color #3EE0C1: hue angle of 168.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE0C1 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 193 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.12 |
| HSL | 168.52º | 0.72% | 0.56% | - |
| HSV(B) | 168.52º | 0.72% | 0.88% | - |
| XYZ | 38.27 | 58.19 | 59.67 | - |
| YUV | 172.03 | 139.83 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 193 | 0.72 | 0 | 0.14 | 0.12 | 168.52 | 0.72 | 0.56 |
| Hex | 3E | E0 | C1 | 48 | 0 | E | C | A9 | 48 | 38 |
| Octal | 76 | 340 | 301 | 110 | 0 | 16 | 14 | 251 | 110 | 70 |
| Binary | 111110 | 11100000 | 11000001 | 1001000 | 0 | 1110 | 1100 | 10101001 | 1001000 | 111000 |
Color Harmonies of #3EE0C1
Complementary color
Monochromatic Colors of #3EE0C1
Black with #3EE0C1
Text Example
Text Example
White with #3EE0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE0C1; }
p { color: rgb(62,224,193); }
H1.HeaderClassName
{
color: #3EE0C1;
}
.AnyTagClassName
{
color: #3EE0C1;
}
</style>
background-color css
<style>
a { background-color: #3EE0C1; }
a { background-color: rgb(62,224,193); }
div.DivClassName
{
background-color: #3EE0C1;
}
.BgClassName
{
background-color: #3EE0C1;
}
</style>
border-color css
<style>
span { border-color: #3EE0C1; }
span { border-color: rgb(62,224,193); }
td.TdClassName
{
border-color: #3EE0C1;
}
.TagClassName
{
border-color: #3EE0C1;
}
</style>