Shades of Medium Turquoise #3ECFBC
Tints of Medium Turquoise #3ECFBC
RGB
CMYK
RGB Variations
Color information
#3ECFBC (or 0x3ECFBC) is known color: Medium Turquoise. HEX triplet: 3E, CF and BC. RGB value is (62,207,188). Sum of RGB (Red+Green+Blue) = 62+207+188=457 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.57% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFBC is #C13043. Grayscale: #A1A1A1. Windows color (decimal): -12660804 or 12373822. OLE color: 12373822.
HSL color Cylindrical-coordinate representation of color #3ECFBC: hue angle of 172.14º 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 #3ECFBC is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 188 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.19 |
| HSL | 172.14º | 0.6% | 0.53% | - |
| HSV(B) | 172.14º | 0.7% | 0.81% | - |
| XYZ | 33.38 | 49.28 | 55.33 | - |
| YUV | 161.48 | 142.96 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 188 | 0.70 | 0 | 0.09 | 0.19 | 172.14 | 0.6 | 0.53 |
| Hex | 3E | CF | BC | 46 | 0 | 9 | 13 | AC | 3C | 35 |
| Octal | 76 | 317 | 274 | 106 | 0 | 11 | 23 | 254 | 74 | 65 |
| Binary | 111110 | 11001111 | 10111100 | 1000110 | 0 | 1001 | 10011 | 10101100 | 111100 | 110101 |
Color Harmonies of #3ECFBC
Complementary color
Monochromatic Colors of #3ECFBC
Black with #3ECFBC
Text Example
Text Example
White with #3ECFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFBC; }
p { color: rgb(62,207,188); }
H1.HeaderClassName
{
color: #3ECFBC;
}
.AnyTagClassName
{
color: #3ECFBC;
}
</style>
background-color css
<style>
a { background-color: #3ECFBC; }
a { background-color: rgb(62,207,188); }
div.DivClassName
{
background-color: #3ECFBC;
}
.BgClassName
{
background-color: #3ECFBC;
}
</style>
border-color css
<style>
span { border-color: #3ECFBC; }
span { border-color: rgb(62,207,188); }
td.TdClassName
{
border-color: #3ECFBC;
}
.TagClassName
{
border-color: #3ECFBC;
}
</style>