Shades of Medium Turquoise #3ECCD5
Tints of Medium Turquoise #3ECCD5
RGB
CMYK
RGB Variations
Color information
#3ECCD5 (or 0x3ECCD5) is known color: Medium Turquoise. HEX triplet: 3E, CC and D5. RGB value is (62,204,213). Sum of RGB (Red+Green+Blue) = 62+204+213=479 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.94% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #3ECCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCD5 is #C1332A. Grayscale: #A2A2A2. Windows color (decimal): -12661547 or 14011454. OLE color: 14011454.
HSL color Cylindrical-coordinate representation of color #3ECCD5: hue angle of 183.58º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ECCD5 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 204 | 213 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.16 |
| HSL | 183.58º | 0.64% | 0.54% | - |
| HSV(B) | 183.58º | 0.71% | 0.84% | - |
| XYZ | 35.59 | 49.01 | 70.54 | - |
| YUV | 162.57 | 156.46 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 204 | 213 | 0.71 | 0.04 | 0 | 0.16 | 183.58 | 0.64 | 0.54 |
| Hex | 3E | CC | D5 | 47 | 4 | 0 | 10 | B8 | 40 | 36 |
| Octal | 76 | 314 | 325 | 107 | 4 | 0 | 20 | 270 | 100 | 66 |
| Binary | 111110 | 11001100 | 11010101 | 1000111 | 100 | 0 | 10000 | 10111000 | 1000000 | 110110 |
Color Harmonies of #3ECCD5
Complementary color
Monochromatic Colors of #3ECCD5
Black with #3ECCD5
Text Example
Text Example
White with #3ECCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECCD5; }
p { color: rgb(62,204,213); }
H1.HeaderClassName
{
color: #3ECCD5;
}
.AnyTagClassName
{
color: #3ECCD5;
}
</style>
background-color css
<style>
a { background-color: #3ECCD5; }
a { background-color: rgb(62,204,213); }
div.DivClassName
{
background-color: #3ECCD5;
}
.BgClassName
{
background-color: #3ECCD5;
}
</style>
border-color css
<style>
span { border-color: #3ECCD5; }
span { border-color: rgb(62,204,213); }
td.TdClassName
{
border-color: #3ECCD5;
}
.TagClassName
{
border-color: #3ECCD5;
}
</style>