Shades of Medium Turquoise #3ECFC4
Tints of Medium Turquoise #3ECFC4
RGB
CMYK
RGB Variations
Color information
#3ECFC4 (or 0x3ECFC4) is known color: Medium Turquoise. HEX triplet: 3E, CF and C4. RGB value is (62,207,196). Sum of RGB (Red+Green+Blue) = 62+207+196=465 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.33% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFC4 is #C1303B. Grayscale: #A2A2A2. Windows color (decimal): -12660796 or 12898110. OLE color: 12898110.
HSL color Cylindrical-coordinate representation of color #3ECFC4: hue angle of 175.45º 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 #3ECFC4 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 196 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.19 |
| HSL | 175.45º | 0.6% | 0.53% | - |
| HSV(B) | 175.45º | 0.7% | 0.81% | - |
| XYZ | 34.26 | 49.64 | 60 | - |
| YUV | 162.39 | 146.96 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 196 | 0.70 | 0 | 0.05 | 0.19 | 175.45 | 0.6 | 0.53 |
| Hex | 3E | CF | C4 | 46 | 0 | 5 | 13 | AF | 3C | 35 |
| Octal | 76 | 317 | 304 | 106 | 0 | 5 | 23 | 257 | 74 | 65 |
| Binary | 111110 | 11001111 | 11000100 | 1000110 | 0 | 101 | 10011 | 10101111 | 111100 | 110101 |
Color Harmonies of #3ECFC4
Complementary color
Monochromatic Colors of #3ECFC4
Black with #3ECFC4
Text Example
Text Example
White with #3ECFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFC4; }
p { color: rgb(62,207,196); }
H1.HeaderClassName
{
color: #3ECFC4;
}
.AnyTagClassName
{
color: #3ECFC4;
}
</style>
background-color css
<style>
a { background-color: #3ECFC4; }
a { background-color: rgb(62,207,196); }
div.DivClassName
{
background-color: #3ECFC4;
}
.BgClassName
{
background-color: #3ECFC4;
}
</style>
border-color css
<style>
span { border-color: #3ECFC4; }
span { border-color: rgb(62,207,196); }
td.TdClassName
{
border-color: #3ECFC4;
}
.TagClassName
{
border-color: #3ECFC4;
}
</style>