Shades of Medium Turquoise #3ECFB9
Tints of Medium Turquoise #3ECFB9
RGB
CMYK
RGB Variations
Color information
#3ECFB9 (or 0x3ECFB9) is known color: Medium Turquoise. HEX triplet: 3E, CF and B9. RGB value is (62,207,185). Sum of RGB (Red+Green+Blue) = 62+207+185=454 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.66% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFB9 is #C13046. Grayscale: #A1A1A1. Windows color (decimal): -12660807 or 12177214. OLE color: 12177214.
HSL color Cylindrical-coordinate representation of color #3ECFB9: hue angle of 170.9º 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 #3ECFB9 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 185 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.19 |
| HSL | 170.9º | 0.6% | 0.53% | - |
| HSV(B) | 170.9º | 0.7% | 0.81% | - |
| XYZ | 33.06 | 49.15 | 53.64 | - |
| YUV | 161.14 | 141.46 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 185 | 0.70 | 0 | 0.11 | 0.19 | 170.9 | 0.6 | 0.53 |
| Hex | 3E | CF | B9 | 46 | 0 | B | 13 | AB | 3C | 35 |
| Octal | 76 | 317 | 271 | 106 | 0 | 13 | 23 | 253 | 74 | 65 |
| Binary | 111110 | 11001111 | 10111001 | 1000110 | 0 | 1011 | 10011 | 10101011 | 111100 | 110101 |
Color Harmonies of #3ECFB9
Complementary color
Monochromatic Colors of #3ECFB9
Black with #3ECFB9
Text Example
Text Example
White with #3ECFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFB9; }
p { color: rgb(62,207,185); }
H1.HeaderClassName
{
color: #3ECFB9;
}
.AnyTagClassName
{
color: #3ECFB9;
}
</style>
background-color css
<style>
a { background-color: #3ECFB9; }
a { background-color: rgb(62,207,185); }
div.DivClassName
{
background-color: #3ECFB9;
}
.BgClassName
{
background-color: #3ECFB9;
}
</style>
border-color css
<style>
span { border-color: #3ECFB9; }
span { border-color: rgb(62,207,185); }
td.TdClassName
{
border-color: #3ECFB9;
}
.TagClassName
{
border-color: #3ECFB9;
}
</style>