Shades of Turquoise #3EE0D9
Tints of Turquoise #3EE0D9
RGB
CMYK
RGB Variations
Color information
#3EE0D9 (or 0x3EE0D9) is known color: Turquoise. HEX triplet: 3E, E0 and D9. RGB value is (62,224,217). Sum of RGB (Red+Green+Blue) = 62+224+217=503 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.33% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE0D9 is #C11F26. Grayscale: #AEAEAE. Windows color (decimal): -12656423 or 14278718. OLE color: 14278718.
HSL color Cylindrical-coordinate representation of color #3EE0D9: hue angle of 177.41º 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 #3EE0D9 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 217 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.12 |
| HSL | 177.41º | 0.72% | 0.56% | - |
| HSV(B) | 177.41º | 0.72% | 0.88% | - |
| XYZ | 41.17 | 59.35 | 74.93 | - |
| YUV | 174.76 | 151.83 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 217 | 0.72 | 0 | 0.03 | 0.12 | 177.41 | 0.72 | 0.56 |
| Hex | 3E | E0 | D9 | 48 | 0 | 3 | C | B1 | 48 | 38 |
| Octal | 76 | 340 | 331 | 110 | 0 | 3 | 14 | 261 | 110 | 70 |
| Binary | 111110 | 11100000 | 11011001 | 1001000 | 0 | 11 | 1100 | 10110001 | 1001000 | 111000 |
Color Harmonies of #3EE0D9
Complementary color
Monochromatic Colors of #3EE0D9
Black with #3EE0D9
Text Example
Text Example
White with #3EE0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE0D9; }
p { color: rgb(62,224,217); }
H1.HeaderClassName
{
color: #3EE0D9;
}
.AnyTagClassName
{
color: #3EE0D9;
}
</style>
background-color css
<style>
a { background-color: #3EE0D9; }
a { background-color: rgb(62,224,217); }
div.DivClassName
{
background-color: #3EE0D9;
}
.BgClassName
{
background-color: #3EE0D9;
}
</style>
border-color css
<style>
span { border-color: #3EE0D9; }
span { border-color: rgb(62,224,217); }
td.TdClassName
{
border-color: #3EE0D9;
}
.TagClassName
{
border-color: #3EE0D9;
}
</style>