Shades of Medium Turquoise #3ECFCD
Tints of Medium Turquoise #3ECFCD
RGB
CMYK
RGB Variations
Color information
#3ECFCD (or 0x3ECFCD) is known color: Medium Turquoise. HEX triplet: 3E, CF and CD. RGB value is (62,207,205). Sum of RGB (Red+Green+Blue) = 62+207+205=474 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.08% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFCD is #C13032. Grayscale: #A3A3A3. Windows color (decimal): -12660787 or 13487934. OLE color: 13487934.
HSL color Cylindrical-coordinate representation of color #3ECFCD: hue angle of 179.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECFCD is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 205 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.19 |
| HSL | 179.17º | 0.6% | 0.53% | - |
| HSV(B) | 179.17º | 0.7% | 0.81% | - |
| XYZ | 35.32 | 50.06 | 65.56 | - |
| YUV | 163.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 205 | 0.70 | 0 | 0.01 | 0.19 | 179.17 | 0.6 | 0.53 |
| Hex | 3E | CF | CD | 46 | 0 | 1 | 13 | B3 | 3C | 35 |
| Octal | 76 | 317 | 315 | 106 | 0 | 1 | 23 | 263 | 74 | 65 |
| Binary | 111110 | 11001111 | 11001101 | 1000110 | 0 | 1 | 10011 | 10110011 | 111100 | 110101 |
Color Harmonies of #3ECFCD
Complementary color
Monochromatic Colors of #3ECFCD
Black with #3ECFCD
Text Example
Text Example
White with #3ECFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFCD; }
p { color: rgb(62,207,205); }
H1.HeaderClassName
{
color: #3ECFCD;
}
.AnyTagClassName
{
color: #3ECFCD;
}
</style>
background-color css
<style>
a { background-color: #3ECFCD; }
a { background-color: rgb(62,207,205); }
div.DivClassName
{
background-color: #3ECFCD;
}
.BgClassName
{
background-color: #3ECFCD;
}
</style>
border-color css
<style>
span { border-color: #3ECFCD; }
span { border-color: rgb(62,207,205); }
td.TdClassName
{
border-color: #3ECFCD;
}
.TagClassName
{
border-color: #3ECFCD;
}
</style>