Shades of Medium Turquoise #3ECCCA
Tints of Medium Turquoise #3ECCCA
RGB
CMYK
RGB Variations
Color information
#3ECCCA (or 0x3ECCCA) is known color: Medium Turquoise. HEX triplet: 3E, CC and CA. RGB value is (62,204,202). Sum of RGB (Red+Green+Blue) = 62+204+202=468 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.25% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCCA is #C13335. Grayscale: #A1A1A1. Windows color (decimal): -12661558 or 13290558. OLE color: 13290558.
HSL color Cylindrical-coordinate representation of color #3ECCCA: hue angle of 179.15º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECCCA is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 204 | 202 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.2 |
| HSL | 179.15º | 0.58% | 0.52% | - |
| HSV(B) | 179.15º | 0.7% | 0.8% | - |
| XYZ | 34.24 | 48.47 | 63.43 | - |
| YUV | 161.31 | 150.96 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 204 | 202 | 0.70 | 0 | 0.01 | 0.2 | 179.15 | 0.58 | 0.52 |
| Hex | 3E | CC | CA | 46 | 0 | 1 | 14 | B3 | 3A | 34 |
| Octal | 76 | 314 | 312 | 106 | 0 | 1 | 24 | 263 | 72 | 64 |
| Binary | 111110 | 11001100 | 11001010 | 1000110 | 0 | 1 | 10100 | 10110011 | 111010 | 110100 |
Color Harmonies of #3ECCCA
Complementary color
Monochromatic Colors of #3ECCCA
Black with #3ECCCA
Text Example
Text Example
White with #3ECCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECCCA; }
p { color: rgb(62,204,202); }
H1.HeaderClassName
{
color: #3ECCCA;
}
.AnyTagClassName
{
color: #3ECCCA;
}
</style>
background-color css
<style>
a { background-color: #3ECCCA; }
a { background-color: rgb(62,204,202); }
div.DivClassName
{
background-color: #3ECCCA;
}
.BgClassName
{
background-color: #3ECCCA;
}
</style>
border-color css
<style>
span { border-color: #3ECCCA; }
span { border-color: rgb(62,204,202); }
td.TdClassName
{
border-color: #3ECCCA;
}
.TagClassName
{
border-color: #3ECCCA;
}
</style>