Shades of Medium Turquoise #3ECFC8
Tints of Medium Turquoise #3ECFC8
RGB
CMYK
RGB Variations
Color information
#3ECFC8 (or 0x3ECFC8) is known color: Medium Turquoise. HEX triplet: 3E, CF and C8. RGB value is (62,207,200). Sum of RGB (Red+Green+Blue) = 62+207+200=469 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.22% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFC8 is #C13037. Grayscale: #A2A2A2. Windows color (decimal): -12660792 or 13160254. OLE color: 13160254.
HSL color Cylindrical-coordinate representation of color #3ECFC8: hue angle of 177.1º 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 #3ECFC8 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 200 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.19 |
| HSL | 177.1º | 0.6% | 0.53% | - |
| HSV(B) | 177.1º | 0.7% | 0.81% | - |
| XYZ | 34.72 | 49.82 | 62.43 | - |
| YUV | 162.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 200 | 0.70 | 0 | 0.03 | 0.19 | 177.1 | 0.6 | 0.53 |
| Hex | 3E | CF | C8 | 46 | 0 | 3 | 13 | B1 | 3C | 35 |
| Octal | 76 | 317 | 310 | 106 | 0 | 3 | 23 | 261 | 74 | 65 |
| Binary | 111110 | 11001111 | 11001000 | 1000110 | 0 | 11 | 10011 | 10110001 | 111100 | 110101 |
Color Harmonies of #3ECFC8
Complementary color
Monochromatic Colors of #3ECFC8
Black with #3ECFC8
Text Example
Text Example
White with #3ECFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECFC8; }
p { color: rgb(62,207,200); }
H1.HeaderClassName
{
color: #3ECFC8;
}
.AnyTagClassName
{
color: #3ECFC8;
}
</style>
background-color css
<style>
a { background-color: #3ECFC8; }
a { background-color: rgb(62,207,200); }
div.DivClassName
{
background-color: #3ECFC8;
}
.BgClassName
{
background-color: #3ECFC8;
}
</style>
border-color css
<style>
span { border-color: #3ECFC8; }
span { border-color: rgb(62,207,200); }
td.TdClassName
{
border-color: #3ECFC8;
}
.TagClassName
{
border-color: #3ECFC8;
}
</style>