Shades of Medium Turquoise #3ECCDA
Tints of Medium Turquoise #3ECCDA
RGB
CMYK
RGB Variations
Color information
#3ECCDA (or 0x3ECCDA) is known color: Medium Turquoise. HEX triplet: 3E, CC and DA. RGB value is (62,204,218). Sum of RGB (Red+Green+Blue) = 62+204+218=484 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.81% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #3ECCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCDA is #C13325. Grayscale: #A2A2A2. Windows color (decimal): -12661542 or 14339134. OLE color: 14339134.
HSL color Cylindrical-coordinate representation of color #3ECCDA: hue angle of 185.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECCDA is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 204 | 218 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.15 |
| HSL | 185.38º | 0.68% | 0.55% | - |
| HSV(B) | 185.38º | 0.72% | 0.85% | - |
| XYZ | 36.23 | 49.27 | 73.93 | - |
| YUV | 163.14 | 158.96 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 204 | 218 | 0.72 | 0.06 | 0 | 0.15 | 185.38 | 0.68 | 0.55 |
| Hex | 3E | CC | DA | 48 | 6 | 0 | F | B9 | 44 | 37 |
| Octal | 76 | 314 | 332 | 110 | 6 | 0 | 17 | 271 | 104 | 67 |
| Binary | 111110 | 11001100 | 11011010 | 1001000 | 110 | 0 | 1111 | 10111001 | 1000100 | 110111 |
Color Harmonies of #3ECCDA
Complementary color
Monochromatic Colors of #3ECCDA
Black with #3ECCDA
Text Example
Text Example
White with #3ECCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECCDA; }
p { color: rgb(62,204,218); }
H1.HeaderClassName
{
color: #3ECCDA;
}
.AnyTagClassName
{
color: #3ECCDA;
}
</style>
background-color css
<style>
a { background-color: #3ECCDA; }
a { background-color: rgb(62,204,218); }
div.DivClassName
{
background-color: #3ECCDA;
}
.BgClassName
{
background-color: #3ECCDA;
}
</style>
border-color css
<style>
span { border-color: #3ECCDA; }
span { border-color: rgb(62,204,218); }
td.TdClassName
{
border-color: #3ECCDA;
}
.TagClassName
{
border-color: #3ECCDA;
}
</style>