Shades of Medium Turquoise #3ECEDC
Tints of Medium Turquoise #3ECEDC
RGB
CMYK
RGB Variations
Color information
#3ECEDC (or 0x3ECEDC) is known color: Medium Turquoise. HEX triplet: 3E, CE and DC. RGB value is (62,206,220). Sum of RGB (Red+Green+Blue) = 62+206+220=488 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.70% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ECEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECEDC is #C13123. Grayscale: #A4A4A4. Windows color (decimal): -12661028 or 14470718. OLE color: 14470718.
HSL color Cylindrical-coordinate representation of color #3ECEDC: hue angle of 185.32º 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 #3ECEDC is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 206 | 220 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.14 |
| HSL | 185.32º | 0.69% | 0.55% | - |
| HSV(B) | 185.32º | 0.72% | 0.86% | - |
| XYZ | 36.98 | 50.33 | 75.48 | - |
| YUV | 164.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 220 | 0.72 | 0.06 | 0 | 0.14 | 185.32 | 0.69 | 0.55 |
| Hex | 3E | CE | DC | 48 | 6 | 0 | E | B9 | 45 | 37 |
| Octal | 76 | 316 | 334 | 110 | 6 | 0 | 16 | 271 | 105 | 67 |
| Binary | 111110 | 11001110 | 11011100 | 1001000 | 110 | 0 | 1110 | 10111001 | 1000101 | 110111 |
Color Harmonies of #3ECEDC
Complementary color
Monochromatic Colors of #3ECEDC
Black with #3ECEDC
Text Example
Text Example
White with #3ECEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECEDC; }
p { color: rgb(62,206,220); }
H1.HeaderClassName
{
color: #3ECEDC;
}
.AnyTagClassName
{
color: #3ECEDC;
}
</style>
background-color css
<style>
a { background-color: #3ECEDC; }
a { background-color: rgb(62,206,220); }
div.DivClassName
{
background-color: #3ECEDC;
}
.BgClassName
{
background-color: #3ECEDC;
}
</style>
border-color css
<style>
span { border-color: #3ECEDC; }
span { border-color: rgb(62,206,220); }
td.TdClassName
{
border-color: #3ECEDC;
}
.TagClassName
{
border-color: #3ECEDC;
}
</style>