Shades of Medium Turquoise #3ECFBD
Tints of Medium Turquoise #3ECFBD
RGB
CMYK
RGB Variations
Color information
#3ECFBD (or 0x3ECFBD) is known color: Medium Turquoise. HEX triplet: 3E, CF and BD. RGB value is (62,207,189). Sum of RGB (Red+Green+Blue) = 62+207+189=458 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.54% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFBD is #C13042. Grayscale: #A1A1A1. Windows color (decimal): -12660803 or 12439358. OLE color: 12439358.
HSL color Cylindrical-coordinate representation of color #3ECFBD: hue angle of 172.55º 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 #3ECFBD is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 189 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.19 |
| HSL | 172.55º | 0.6% | 0.53% | - |
| HSV(B) | 172.55º | 0.7% | 0.81% | - |
| XYZ | 33.48 | 49.32 | 55.9 | - |
| YUV | 161.59 | 143.46 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 189 | 0.70 | 0 | 0.09 | 0.19 | 172.55 | 0.6 | 0.53 |
| Hex | 3E | CF | BD | 46 | 0 | 9 | 13 | AD | 3C | 35 |
| Octal | 76 | 317 | 275 | 106 | 0 | 11 | 23 | 255 | 74 | 65 |
| Binary | 111110 | 11001111 | 10111101 | 1000110 | 0 | 1001 | 10011 | 10101101 | 111100 | 110101 |
Color Harmonies of #3ECFBD
Complementary color
Monochromatic Colors of #3ECFBD
Black with #3ECFBD
Text Example
Text Example
White with #3ECFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFBD; }
p { color: rgb(62,207,189); }
H1.HeaderClassName
{
color: #3ECFBD;
}
.AnyTagClassName
{
color: #3ECFBD;
}
</style>
background-color css
<style>
a { background-color: #3ECFBD; }
a { background-color: rgb(62,207,189); }
div.DivClassName
{
background-color: #3ECFBD;
}
.BgClassName
{
background-color: #3ECFBD;
}
</style>
border-color css
<style>
span { border-color: #3ECFBD; }
span { border-color: rgb(62,207,189); }
td.TdClassName
{
border-color: #3ECFBD;
}
.TagClassName
{
border-color: #3ECFBD;
}
</style>