Shades of Medium Turquoise #3ECFB4
Tints of Medium Turquoise #3ECFB4
RGB
CMYK
RGB Variations
Color information
#3ECFB4 (or 0x3ECFB4) is known color: Medium Turquoise. HEX triplet: 3E, CF and B4. RGB value is (62,207,180). Sum of RGB (Red+Green+Blue) = 62+207+180=449 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.81% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFB4 is #C1304B. Grayscale: #A0A0A0. Windows color (decimal): -12660812 or 11849534. OLE color: 11849534.
HSL color Cylindrical-coordinate representation of color #3ECFB4: hue angle of 168.83º 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 #3ECFB4 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 180 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.19 |
| HSL | 168.83º | 0.6% | 0.53% | - |
| HSV(B) | 168.83º | 0.7% | 0.81% | - |
| XYZ | 32.54 | 48.95 | 50.91 | - |
| YUV | 160.57 | 138.96 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 180 | 0.70 | 0 | 0.13 | 0.19 | 168.83 | 0.6 | 0.53 |
| Hex | 3E | CF | B4 | 46 | 0 | D | 13 | A9 | 3C | 35 |
| Octal | 76 | 317 | 264 | 106 | 0 | 15 | 23 | 251 | 74 | 65 |
| Binary | 111110 | 11001111 | 10110100 | 1000110 | 0 | 1101 | 10011 | 10101001 | 111100 | 110101 |
Color Harmonies of #3ECFB4
Complementary color
Monochromatic Colors of #3ECFB4
Black with #3ECFB4
Text Example
Text Example
White with #3ECFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFB4; }
p { color: rgb(62,207,180); }
H1.HeaderClassName
{
color: #3ECFB4;
}
.AnyTagClassName
{
color: #3ECFB4;
}
</style>
background-color css
<style>
a { background-color: #3ECFB4; }
a { background-color: rgb(62,207,180); }
div.DivClassName
{
background-color: #3ECFB4;
}
.BgClassName
{
background-color: #3ECFB4;
}
</style>
border-color css
<style>
span { border-color: #3ECFB4; }
span { border-color: rgb(62,207,180); }
td.TdClassName
{
border-color: #3ECFB4;
}
.TagClassName
{
border-color: #3ECFB4;
}
</style>