Shades of Medium Turquoise #3ED1CC
Tints of Medium Turquoise #3ED1CC
RGB
CMYK
RGB Variations
Color information
#3ED1CC (or 0x3ED1CC) is known color: Medium Turquoise. HEX triplet: 3E, D1 and CC. RGB value is (62,209,204). Sum of RGB (Red+Green+Blue) = 62+209+204=475 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.05% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #3ED1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED1CC is #C12E33. Grayscale: #A4A4A4. Windows color (decimal): -12660276 or 13422910. OLE color: 13422910.
HSL color Cylindrical-coordinate representation of color #3ED1CC: hue angle of 177.96º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED1CC is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 209 | 204 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.18 |
| HSL | 177.96º | 0.62% | 0.53% | - |
| HSV(B) | 177.96º | 0.7% | 0.82% | - |
| XYZ | 35.69 | 50.98 | 65.09 | - |
| YUV | 164.48 | 150.3 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 209 | 204 | 0.70 | 0 | 0.02 | 0.18 | 177.96 | 0.62 | 0.53 |
| Hex | 3E | D1 | CC | 46 | 0 | 2 | 12 | B2 | 3E | 35 |
| Octal | 76 | 321 | 314 | 106 | 0 | 2 | 22 | 262 | 76 | 65 |
| Binary | 111110 | 11010001 | 11001100 | 1000110 | 0 | 10 | 10010 | 10110010 | 111110 | 110101 |
Color Harmonies of #3ED1CC
Complementary color
Monochromatic Colors of #3ED1CC
Black with #3ED1CC
Text Example
Text Example
White with #3ED1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED1CC; }
p { color: rgb(62,209,204); }
H1.HeaderClassName
{
color: #3ED1CC;
}
.AnyTagClassName
{
color: #3ED1CC;
}
</style>
background-color css
<style>
a { background-color: #3ED1CC; }
a { background-color: rgb(62,209,204); }
div.DivClassName
{
background-color: #3ED1CC;
}
.BgClassName
{
background-color: #3ED1CC;
}
</style>
border-color css
<style>
span { border-color: #3ED1CC; }
span { border-color: rgb(62,209,204); }
td.TdClassName
{
border-color: #3ED1CC;
}
.TagClassName
{
border-color: #3ED1CC;
}
</style>