Shades of Medium Turquoise #3ECFBF
Tints of Medium Turquoise #3ECFBF
RGB
CMYK
RGB Variations
Color information
#3ECFBF (or 0x3ECFBF) is known color: Medium Turquoise. HEX triplet: 3E, CF and BF. RGB value is (62,207,191). Sum of RGB (Red+Green+Blue) = 62+207+191=460 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.48% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFBF is #C13040. Grayscale: #A1A1A1. Windows color (decimal): -12660801 or 12570430. OLE color: 12570430.
HSL color Cylindrical-coordinate representation of color #3ECFBF: hue angle of 173.38º 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 #3ECFBF is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 191 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.19 |
| HSL | 173.38º | 0.6% | 0.53% | - |
| HSV(B) | 173.38º | 0.7% | 0.81% | - |
| XYZ | 33.7 | 49.41 | 57.05 | - |
| YUV | 161.82 | 144.46 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 191 | 0.70 | 0 | 0.08 | 0.19 | 173.38 | 0.6 | 0.53 |
| Hex | 3E | CF | BF | 46 | 0 | 8 | 13 | AD | 3C | 35 |
| Octal | 76 | 317 | 277 | 106 | 0 | 10 | 23 | 255 | 74 | 65 |
| Binary | 111110 | 11001111 | 10111111 | 1000110 | 0 | 1000 | 10011 | 10101101 | 111100 | 110101 |
Color Harmonies of #3ECFBF
Complementary color
Monochromatic Colors of #3ECFBF
Black with #3ECFBF
Text Example
Text Example
White with #3ECFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFBF; }
p { color: rgb(62,207,191); }
H1.HeaderClassName
{
color: #3ECFBF;
}
.AnyTagClassName
{
color: #3ECFBF;
}
</style>
background-color css
<style>
a { background-color: #3ECFBF; }
a { background-color: rgb(62,207,191); }
div.DivClassName
{
background-color: #3ECFBF;
}
.BgClassName
{
background-color: #3ECFBF;
}
</style>
border-color css
<style>
span { border-color: #3ECFBF; }
span { border-color: rgb(62,207,191); }
td.TdClassName
{
border-color: #3ECFBF;
}
.TagClassName
{
border-color: #3ECFBF;
}
</style>