Shades of Medium Turquoise #3ECCDC
Tints of Medium Turquoise #3ECCDC
RGB
CMYK
RGB Variations
Color information
#3ECCDC (or 0x3ECCDC) is known color: Medium Turquoise. HEX triplet: 3E, CC and DC. RGB value is (62,204,220). Sum of RGB (Red+Green+Blue) = 62+204+220=486 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.76% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ECCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCDC is #C13323. Grayscale: #A3A3A3. Windows color (decimal): -12661540 or 14470206. OLE color: 14470206.
HSL color Cylindrical-coordinate representation of color #3ECCDC: hue angle of 186.08º 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 #3ECCDC is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 204 | 220 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.14 |
| HSL | 186.08º | 0.69% | 0.55% | - |
| HSV(B) | 186.08º | 0.72% | 0.86% | - |
| XYZ | 36.5 | 49.38 | 75.32 | - |
| YUV | 163.37 | 159.96 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 204 | 220 | 0.72 | 0.07 | 0 | 0.14 | 186.08 | 0.69 | 0.55 |
| Hex | 3E | CC | DC | 48 | 7 | 0 | E | BA | 45 | 37 |
| Octal | 76 | 314 | 334 | 110 | 7 | 0 | 16 | 272 | 105 | 67 |
| Binary | 111110 | 11001100 | 11011100 | 1001000 | 111 | 0 | 1110 | 10111010 | 1000101 | 110111 |
Color Harmonies of #3ECCDC
Complementary color
Monochromatic Colors of #3ECCDC
Black with #3ECCDC
Text Example
Text Example
White with #3ECCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECCDC; }
p { color: rgb(62,204,220); }
H1.HeaderClassName
{
color: #3ECCDC;
}
.AnyTagClassName
{
color: #3ECCDC;
}
</style>
background-color css
<style>
a { background-color: #3ECCDC; }
a { background-color: rgb(62,204,220); }
div.DivClassName
{
background-color: #3ECCDC;
}
.BgClassName
{
background-color: #3ECCDC;
}
</style>
border-color css
<style>
span { border-color: #3ECCDC; }
span { border-color: rgb(62,204,220); }
td.TdClassName
{
border-color: #3ECCDC;
}
.TagClassName
{
border-color: #3ECCDC;
}
</style>