Shades of Turquoise #3EE1C9
Tints of Turquoise #3EE1C9
RGB
CMYK
RGB Variations
Color information
#3EE1C9 (or 0x3EE1C9) is known color: Turquoise. HEX triplet: 3E, E1 and C9. RGB value is (62,225,201). Sum of RGB (Red+Green+Blue) = 62+225+201=488 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.70% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE1C9 is #C11E36. Grayscale: #ADADAD. Windows color (decimal): -12656183 or 13230398. OLE color: 13230398.
HSL color Cylindrical-coordinate representation of color #3EE1C9: hue angle of 171.17º degrees, saturation: 0.73, 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 #3EE1C9 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 225 | 201 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.12 |
| HSL | 171.17º | 0.73% | 0.56% | - |
| HSV(B) | 171.17º | 0.72% | 0.88% | - |
| XYZ | 39.45 | 59.09 | 64.58 | - |
| YUV | 173.53 | 143.5 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 225 | 201 | 0.72 | 0 | 0.11 | 0.12 | 171.17 | 0.73 | 0.56 |
| Hex | 3E | E1 | C9 | 48 | 0 | B | C | AB | 49 | 38 |
| Octal | 76 | 341 | 311 | 110 | 0 | 13 | 14 | 253 | 111 | 70 |
| Binary | 111110 | 11100001 | 11001001 | 1001000 | 0 | 1011 | 1100 | 10101011 | 1001001 | 111000 |
Color Harmonies of #3EE1C9
Complementary color
Monochromatic Colors of #3EE1C9
Black with #3EE1C9
Text Example
Text Example
White with #3EE1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE1C9; }
p { color: rgb(62,225,201); }
H1.HeaderClassName
{
color: #3EE1C9;
}
.AnyTagClassName
{
color: #3EE1C9;
}
</style>
background-color css
<style>
a { background-color: #3EE1C9; }
a { background-color: rgb(62,225,201); }
div.DivClassName
{
background-color: #3EE1C9;
}
.BgClassName
{
background-color: #3EE1C9;
}
</style>
border-color css
<style>
span { border-color: #3EE1C9; }
span { border-color: rgb(62,225,201); }
td.TdClassName
{
border-color: #3EE1C9;
}
.TagClassName
{
border-color: #3EE1C9;
}
</style>