Shades of Turquoise #3EDDD9
Tints of Turquoise #3EDDD9
RGB
CMYK
RGB Variations
Color information
#3EDDD9 (or 0x3EDDD9) is known color: Turquoise. HEX triplet: 3E, DD and D9. RGB value is (62,221,217). Sum of RGB (Red+Green+Blue) = 62+221+217=500 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDD9 is #C12226. Grayscale: #ACACAC. Windows color (decimal): -12657191 or 14277950. OLE color: 14277950.
HSL color Cylindrical-coordinate representation of color #3EDDD9: hue angle of 178.49º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDDD9 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 217 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.13 |
| HSL | 178.49º | 0.7% | 0.55% | - |
| HSV(B) | 178.49º | 0.72% | 0.87% | - |
| XYZ | 40.37 | 57.75 | 74.66 | - |
| YUV | 173 | 152.82 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 217 | 0.72 | 0 | 0.02 | 0.13 | 178.49 | 0.7 | 0.55 |
| Hex | 3E | DD | D9 | 48 | 0 | 2 | D | B2 | 46 | 37 |
| Octal | 76 | 335 | 331 | 110 | 0 | 2 | 15 | 262 | 106 | 67 |
| Binary | 111110 | 11011101 | 11011001 | 1001000 | 0 | 10 | 1101 | 10110010 | 1000110 | 110111 |
Color Harmonies of #3EDDD9
Complementary color
Monochromatic Colors of #3EDDD9
Black with #3EDDD9
Text Example
Text Example
White with #3EDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDDD9; }
p { color: rgb(62,221,217); }
H1.HeaderClassName
{
color: #3EDDD9;
}
.AnyTagClassName
{
color: #3EDDD9;
}
</style>
background-color css
<style>
a { background-color: #3EDDD9; }
a { background-color: rgb(62,221,217); }
div.DivClassName
{
background-color: #3EDDD9;
}
.BgClassName
{
background-color: #3EDDD9;
}
</style>
border-color css
<style>
span { border-color: #3EDDD9; }
span { border-color: rgb(62,221,217); }
td.TdClassName
{
border-color: #3EDDD9;
}
.TagClassName
{
border-color: #3EDDD9;
}
</style>