Shades of Turquoise #3EE7C6
Tints of Turquoise #3EE7C6
RGB
CMYK
RGB Variations
Color information
#3EE7C6 (or 0x3EE7C6) is known color: Turquoise. HEX triplet: 3E, E7 and C6. RGB value is (62,231,198). Sum of RGB (Red+Green+Blue) = 62+231+198=491 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.63% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #3EE7C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE7C6 is #C11839. Grayscale: #B0B0B0. Windows color (decimal): -12654650 or 13035326. OLE color: 13035326.
HSL color Cylindrical-coordinate representation of color #3EE7C6: hue angle of 168.28º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE7C6 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 231 | 198 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.09 |
| HSL | 168.28º | 0.78% | 0.57% | - |
| HSV(B) | 168.28º | 0.73% | 0.91% | - |
| XYZ | 40.76 | 62.25 | 63.29 | - |
| YUV | 176.71 | 140.01 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 231 | 198 | 0.73 | 0 | 0.14 | 0.09 | 168.28 | 0.78 | 0.57 |
| Hex | 3E | E7 | C6 | 49 | 0 | E | 9 | A8 | 4E | 39 |
| Octal | 76 | 347 | 306 | 111 | 0 | 16 | 11 | 250 | 116 | 71 |
| Binary | 111110 | 11100111 | 11000110 | 1001001 | 0 | 1110 | 1001 | 10101000 | 1001110 | 111001 |
Color Harmonies of #3EE7C6
Complementary color
Monochromatic Colors of #3EE7C6
Black with #3EE7C6
Text Example
Text Example
White with #3EE7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE7C6; }
p { color: rgb(62,231,198); }
H1.HeaderClassName
{
color: #3EE7C6;
}
.AnyTagClassName
{
color: #3EE7C6;
}
</style>
background-color css
<style>
a { background-color: #3EE7C6; }
a { background-color: rgb(62,231,198); }
div.DivClassName
{
background-color: #3EE7C6;
}
.BgClassName
{
background-color: #3EE7C6;
}
</style>
border-color css
<style>
span { border-color: #3EE7C6; }
span { border-color: rgb(62,231,198); }
td.TdClassName
{
border-color: #3EE7C6;
}
.TagClassName
{
border-color: #3EE7C6;
}
</style>