Shades of Medium Turquoise #3ECADC
Tints of Medium Turquoise #3ECADC
RGB
CMYK
RGB Variations
Color information
#3ECADC (or 0x3ECADC) is known color: Medium Turquoise. HEX triplet: 3E, CA and DC. RGB value is (62,202,220). Sum of RGB (Red+Green+Blue) = 62+202+220=484 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.81% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ECADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECADC is #C13523. Grayscale: #A1A1A1. Windows color (decimal): -12662052 or 14469694. OLE color: 14469694.
HSL color Cylindrical-coordinate representation of color #3ECADC: hue angle of 186.84º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECADC is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 202 | 220 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.14 |
| HSL | 186.84º | 0.69% | 0.55% | - |
| HSV(B) | 186.84º | 0.72% | 0.86% | - |
| XYZ | 36.03 | 48.43 | 75.16 | - |
| YUV | 162.19 | 160.62 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 202 | 220 | 0.72 | 0.08 | 0 | 0.14 | 186.84 | 0.69 | 0.55 |
| Hex | 3E | CA | DC | 48 | 8 | 0 | E | BB | 45 | 37 |
| Octal | 76 | 312 | 334 | 110 | 10 | 0 | 16 | 273 | 105 | 67 |
| Binary | 111110 | 11001010 | 11011100 | 1001000 | 1000 | 0 | 1110 | 10111011 | 1000101 | 110111 |
Color Harmonies of #3ECADC
Complementary color
Monochromatic Colors of #3ECADC
Black with #3ECADC
Text Example
Text Example
White with #3ECADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECADC; }
p { color: rgb(62,202,220); }
H1.HeaderClassName
{
color: #3ECADC;
}
.AnyTagClassName
{
color: #3ECADC;
}
</style>
background-color css
<style>
a { background-color: #3ECADC; }
a { background-color: rgb(62,202,220); }
div.DivClassName
{
background-color: #3ECADC;
}
.BgClassName
{
background-color: #3ECADC;
}
</style>
border-color css
<style>
span { border-color: #3ECADC; }
span { border-color: rgb(62,202,220); }
td.TdClassName
{
border-color: #3ECADC;
}
.TagClassName
{
border-color: #3ECADC;
}
</style>