Shades of Turquoise #3EE1D9
Tints of Turquoise #3EE1D9
RGB
CMYK
RGB Variations
Color information
#3EE1D9 (or 0x3EE1D9) is known color: Turquoise. HEX triplet: 3E, E1 and D9. RGB value is (62,225,217). Sum of RGB (Red+Green+Blue) = 62+225+217=504 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.30% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE1D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE1D9 is #C11E26. Grayscale: #AFAFAF. Windows color (decimal): -12656167 or 14278974. OLE color: 14278974.
HSL color Cylindrical-coordinate representation of color #3EE1D9: hue angle of 177.06º 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 #3EE1D9 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 225 | 217 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.12 |
| HSL | 177.06º | 0.73% | 0.56% | - |
| HSV(B) | 177.06º | 0.72% | 0.88% | - |
| XYZ | 41.44 | 59.88 | 75.02 | - |
| YUV | 175.35 | 151.5 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 225 | 217 | 0.72 | 0 | 0.04 | 0.12 | 177.06 | 0.73 | 0.56 |
| Hex | 3E | E1 | D9 | 48 | 0 | 4 | C | B1 | 49 | 38 |
| Octal | 76 | 341 | 331 | 110 | 0 | 4 | 14 | 261 | 111 | 70 |
| Binary | 111110 | 11100001 | 11011001 | 1001000 | 0 | 100 | 1100 | 10110001 | 1001001 | 111000 |
Color Harmonies of #3EE1D9
Complementary color
Monochromatic Colors of #3EE1D9
Black with #3EE1D9
Text Example
Text Example
White with #3EE1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE1D9; }
p { color: rgb(62,225,217); }
H1.HeaderClassName
{
color: #3EE1D9;
}
.AnyTagClassName
{
color: #3EE1D9;
}
</style>
background-color css
<style>
a { background-color: #3EE1D9; }
a { background-color: rgb(62,225,217); }
div.DivClassName
{
background-color: #3EE1D9;
}
.BgClassName
{
background-color: #3EE1D9;
}
</style>
border-color css
<style>
span { border-color: #3EE1D9; }
span { border-color: rgb(62,225,217); }
td.TdClassName
{
border-color: #3EE1D9;
}
.TagClassName
{
border-color: #3EE1D9;
}
</style>