Shades of Medium Turquoise #3ECDDD
Tints of Medium Turquoise #3ECDDD
RGB
CMYK
RGB Variations
Color information
#3ECDDD (or 0x3ECDDD) is known color: Medium Turquoise. HEX triplet: 3E, CD and DD. RGB value is (62,205,221). Sum of RGB (Red+Green+Blue) = 62+205+221=488 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.70% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ECDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECDDD is #C13222. Grayscale: #A3A3A3. Windows color (decimal): -12661283 or 14535998. OLE color: 14535998.
HSL color Cylindrical-coordinate representation of color #3ECDDD: hue angle of 186.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECDDD is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 205 | 221 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.13 |
| HSL | 186.04º | 0.7% | 0.55% | - |
| HSV(B) | 186.04º | 0.72% | 0.87% | - |
| XYZ | 36.87 | 49.91 | 76.1 | - |
| YUV | 164.07 | 160.12 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 221 | 0.72 | 0.07 | 0 | 0.13 | 186.04 | 0.7 | 0.55 |
| Hex | 3E | CD | DD | 48 | 7 | 0 | D | BA | 46 | 37 |
| Octal | 76 | 315 | 335 | 110 | 7 | 0 | 15 | 272 | 106 | 67 |
| Binary | 111110 | 11001101 | 11011101 | 1001000 | 111 | 0 | 1101 | 10111010 | 1000110 | 110111 |
Color Harmonies of #3ECDDD
Complementary color
Monochromatic Colors of #3ECDDD
Black with #3ECDDD
Text Example
Text Example
White with #3ECDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECDDD; }
p { color: rgb(62,205,221); }
H1.HeaderClassName
{
color: #3ECDDD;
}
.AnyTagClassName
{
color: #3ECDDD;
}
</style>
background-color css
<style>
a { background-color: #3ECDDD; }
a { background-color: rgb(62,205,221); }
div.DivClassName
{
background-color: #3ECDDD;
}
.BgClassName
{
background-color: #3ECDDD;
}
</style>
border-color css
<style>
span { border-color: #3ECDDD; }
span { border-color: rgb(62,205,221); }
td.TdClassName
{
border-color: #3ECDDD;
}
.TagClassName
{
border-color: #3ECDDD;
}
</style>