Shades of Turquoise #3EE7D8
Tints of Turquoise #3EE7D8
RGB
CMYK
RGB Variations
Color information
#3EE7D8 (or 0x3EE7D8) is known color: Turquoise. HEX triplet: 3E, E7 and D8. RGB value is (62,231,216). Sum of RGB (Red+Green+Blue) = 62+231+216=509 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.18% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #3EE7D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE7D8 is #C11827. Grayscale: #B2B2B2. Windows color (decimal): -12654632 or 14214974. OLE color: 14214974.
HSL color Cylindrical-coordinate representation of color #3EE7D8: hue angle of 174.67º 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 #3EE7D8 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 231 | 216 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.09 |
| HSL | 174.67º | 0.78% | 0.57% | - |
| HSV(B) | 174.67º | 0.73% | 0.91% | - |
| XYZ | 42.96 | 63.13 | 74.89 | - |
| YUV | 178.76 | 149.01 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 231 | 216 | 0.73 | 0 | 0.06 | 0.09 | 174.67 | 0.78 | 0.57 |
| Hex | 3E | E7 | D8 | 49 | 0 | 6 | 9 | AF | 4E | 39 |
| Octal | 76 | 347 | 330 | 111 | 0 | 6 | 11 | 257 | 116 | 71 |
| Binary | 111110 | 11100111 | 11011000 | 1001001 | 0 | 110 | 1001 | 10101111 | 1001110 | 111001 |
Color Harmonies of #3EE7D8
Complementary color
Monochromatic Colors of #3EE7D8
Black with #3EE7D8
Text Example
Text Example
White with #3EE7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE7D8; }
p { color: rgb(62,231,216); }
H1.HeaderClassName
{
color: #3EE7D8;
}
.AnyTagClassName
{
color: #3EE7D8;
}
</style>
background-color css
<style>
a { background-color: #3EE7D8; }
a { background-color: rgb(62,231,216); }
div.DivClassName
{
background-color: #3EE7D8;
}
.BgClassName
{
background-color: #3EE7D8;
}
</style>
border-color css
<style>
span { border-color: #3EE7D8; }
span { border-color: rgb(62,231,216); }
td.TdClassName
{
border-color: #3EE7D8;
}
.TagClassName
{
border-color: #3EE7D8;
}
</style>