Shades of Medium Turquoise #3ED0CF
Tints of Medium Turquoise #3ED0CF
RGB
CMYK
RGB Variations
Color information
#3ED0CF (or 0x3ED0CF) is known color: Medium Turquoise. HEX triplet: 3E, D0 and CF. RGB value is (62,208,207). Sum of RGB (Red+Green+Blue) = 62+208+207=477 (63% of max value = 765). Red value is 62 (24.61% from 255 or 13.00% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED0CF is #C12F30. Grayscale: #A4A4A4. Windows color (decimal): -12660529 or 13619262. OLE color: 13619262.
HSL color Cylindrical-coordinate representation of color #3ED0CF: hue angle of 179.59º 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 #3ED0CF is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 207 | - |
| CMYK | 0.70 | 0 | 0.00 | 0.18 |
| HSL | 179.59º | 0.61% | 0.53% | - |
| HSV(B) | 179.59º | 0.7% | 0.82% | - |
| XYZ | 35.8 | 50.64 | 66.92 | - |
| YUV | 164.23 | 152.13 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 207 | 0.70 | 0 | 0.00 | 0.18 | 179.59 | 0.61 | 0.53 |
| Hex | 3E | D0 | CF | 46 | 0 | 0 | 12 | B4 | 3D | 35 |
| Octal | 76 | 320 | 317 | 106 | 0 | 0 | 22 | 264 | 75 | 65 |
| Binary | 111110 | 11010000 | 11001111 | 1000110 | 0 | 0 | 10010 | 10110100 | 111101 | 110101 |
Color Harmonies of #3ED0CF
Complementary color
Monochromatic Colors of #3ED0CF
Black with #3ED0CF
Text Example
Text Example
White with #3ED0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED0CF; }
p { color: rgb(62,208,207); }
H1.HeaderClassName
{
color: #3ED0CF;
}
.AnyTagClassName
{
color: #3ED0CF;
}
</style>
background-color css
<style>
a { background-color: #3ED0CF; }
a { background-color: rgb(62,208,207); }
div.DivClassName
{
background-color: #3ED0CF;
}
.BgClassName
{
background-color: #3ED0CF;
}
</style>
border-color css
<style>
span { border-color: #3ED0CF; }
span { border-color: rgb(62,208,207); }
td.TdClassName
{
border-color: #3ED0CF;
}
.TagClassName
{
border-color: #3ED0CF;
}
</style>