Shades of Turquoise #3EE9C7
Tints of Turquoise #3EE9C7
RGB
CMYK
RGB Variations
Color information
#3EE9C7 (or 0x3EE9C7) is known color: Turquoise. HEX triplet: 3E, E9 and C7. RGB value is (62,233,199). Sum of RGB (Red+Green+Blue) = 62+233+199=494 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.55% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #3EE9C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE9C7 is #C11638. Grayscale: #B1B1B1. Windows color (decimal): -12654137 or 13101374. OLE color: 13101374.
HSL color Cylindrical-coordinate representation of color #3EE9C7: hue angle of 168.07º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE9C7 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 233 | 199 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.09 |
| HSL | 168.07º | 0.8% | 0.58% | - |
| HSV(B) | 168.07º | 0.73% | 0.91% | - |
| XYZ | 41.43 | 63.43 | 64.09 | - |
| YUV | 178 | 139.85 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 233 | 199 | 0.73 | 0 | 0.15 | 0.09 | 168.07 | 0.8 | 0.58 |
| Hex | 3E | E9 | C7 | 49 | 0 | F | 9 | A8 | 50 | 3A |
| Octal | 76 | 351 | 307 | 111 | 0 | 17 | 11 | 250 | 120 | 72 |
| Binary | 111110 | 11101001 | 11000111 | 1001001 | 0 | 1111 | 1001 | 10101000 | 1010000 | 111010 |
Color Harmonies of #3EE9C7
Complementary color
Monochromatic Colors of #3EE9C7
Black with #3EE9C7
Text Example
Text Example
White with #3EE9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE9C7; }
p { color: rgb(62,233,199); }
H1.HeaderClassName
{
color: #3EE9C7;
}
.AnyTagClassName
{
color: #3EE9C7;
}
</style>
background-color css
<style>
a { background-color: #3EE9C7; }
a { background-color: rgb(62,233,199); }
div.DivClassName
{
background-color: #3EE9C7;
}
.BgClassName
{
background-color: #3EE9C7;
}
</style>
border-color css
<style>
span { border-color: #3EE9C7; }
span { border-color: rgb(62,233,199); }
td.TdClassName
{
border-color: #3EE9C7;
}
.TagClassName
{
border-color: #3EE9C7;
}
</style>