Shades of Turquoise #3EDDD2
Tints of Turquoise #3EDDD2
RGB
CMYK
RGB Variations
Color information
#3EDDD2 (or 0x3EDDD2) is known color: Turquoise. HEX triplet: 3E, DD and D2. RGB value is (62,221,210). Sum of RGB (Red+Green+Blue) = 62+221+210=493 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.58% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDD2 is #C1222D. Grayscale: #ACACAC. Windows color (decimal): -12657198 or 13819198. OLE color: 13819198.
HSL color Cylindrical-coordinate representation of color #3EDDD2: hue angle of 175.85º 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 #3EDDD2 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 210 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.13 |
| HSL | 175.85º | 0.7% | 0.55% | - |
| HSV(B) | 175.85º | 0.72% | 0.87% | - |
| XYZ | 39.48 | 57.39 | 69.97 | - |
| YUV | 172.21 | 149.32 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 210 | 0.72 | 0 | 0.05 | 0.13 | 175.85 | 0.7 | 0.55 |
| Hex | 3E | DD | D2 | 48 | 0 | 5 | D | B0 | 46 | 37 |
| Octal | 76 | 335 | 322 | 110 | 0 | 5 | 15 | 260 | 106 | 67 |
| Binary | 111110 | 11011101 | 11010010 | 1001000 | 0 | 101 | 1101 | 10110000 | 1000110 | 110111 |
Color Harmonies of #3EDDD2
Complementary color
Monochromatic Colors of #3EDDD2
Black with #3EDDD2
Text Example
Text Example
White with #3EDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDDD2; }
p { color: rgb(62,221,210); }
H1.HeaderClassName
{
color: #3EDDD2;
}
.AnyTagClassName
{
color: #3EDDD2;
}
</style>
background-color css
<style>
a { background-color: #3EDDD2; }
a { background-color: rgb(62,221,210); }
div.DivClassName
{
background-color: #3EDDD2;
}
.BgClassName
{
background-color: #3EDDD2;
}
</style>
border-color css
<style>
span { border-color: #3EDDD2; }
span { border-color: rgb(62,221,210); }
td.TdClassName
{
border-color: #3EDDD2;
}
.TagClassName
{
border-color: #3EDDD2;
}
</style>