Shades of Medium Turquoise #3ED0C7
Tints of Medium Turquoise #3ED0C7
RGB
CMYK
RGB Variations
Color information
#3ED0C7 (or 0x3ED0C7) is known color: Medium Turquoise. HEX triplet: 3E, D0 and C7. RGB value is (62,208,199). Sum of RGB (Red+Green+Blue) = 62+208+199=469 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.22% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED0C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED0C7 is #C12F38. Grayscale: #A3A3A3. Windows color (decimal): -12660537 or 13094974. OLE color: 13094974.
HSL color Cylindrical-coordinate representation of color #3ED0C7: hue angle of 176.3º degrees, saturation: 0.61, 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 #3ED0C7 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 199 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.18 |
| HSL | 176.3º | 0.61% | 0.53% | - |
| HSV(B) | 176.3º | 0.7% | 0.82% | - |
| XYZ | 34.85 | 50.26 | 61.9 | - |
| YUV | 163.32 | 148.13 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 199 | 0.70 | 0 | 0.04 | 0.18 | 176.3 | 0.61 | 0.53 |
| Hex | 3E | D0 | C7 | 46 | 0 | 4 | 12 | B0 | 3D | 35 |
| Octal | 76 | 320 | 307 | 106 | 0 | 4 | 22 | 260 | 75 | 65 |
| Binary | 111110 | 11010000 | 11000111 | 1000110 | 0 | 100 | 10010 | 10110000 | 111101 | 110101 |
Color Harmonies of #3ED0C7
Complementary color
Monochromatic Colors of #3ED0C7
Black with #3ED0C7
Text Example
Text Example
White with #3ED0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED0C7; }
p { color: rgb(62,208,199); }
H1.HeaderClassName
{
color: #3ED0C7;
}
.AnyTagClassName
{
color: #3ED0C7;
}
</style>
background-color css
<style>
a { background-color: #3ED0C7; }
a { background-color: rgb(62,208,199); }
div.DivClassName
{
background-color: #3ED0C7;
}
.BgClassName
{
background-color: #3ED0C7;
}
</style>
border-color css
<style>
span { border-color: #3ED0C7; }
span { border-color: rgb(62,208,199); }
td.TdClassName
{
border-color: #3ED0C7;
}
.TagClassName
{
border-color: #3ED0C7;
}
</style>