Shades of Medium Turquoise #3ECEDD
Tints of Medium Turquoise #3ECEDD
RGB
CMYK
RGB Variations
Color information
#3ECEDD (or 0x3ECEDD) is known color: Medium Turquoise. HEX triplet: 3E, CE and DD. RGB value is (62,206,221). Sum of RGB (Red+Green+Blue) = 62+206+221=489 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.68% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ECEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECEDD is #C13122. Grayscale: #A4A4A4. Windows color (decimal): -12661027 or 14536254. OLE color: 14536254.
HSL color Cylindrical-coordinate representation of color #3ECEDD: hue angle of 185.66º 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 #3ECEDD is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 206 | 221 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.13 |
| HSL | 185.66º | 0.7% | 0.55% | - |
| HSV(B) | 185.66º | 0.72% | 0.87% | - |
| XYZ | 37.11 | 50.39 | 76.18 | - |
| YUV | 164.65 | 159.79 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 221 | 0.72 | 0.07 | 0 | 0.13 | 185.66 | 0.7 | 0.55 |
| Hex | 3E | CE | DD | 48 | 7 | 0 | D | BA | 46 | 37 |
| Octal | 76 | 316 | 335 | 110 | 7 | 0 | 15 | 272 | 106 | 67 |
| Binary | 111110 | 11001110 | 11011101 | 1001000 | 111 | 0 | 1101 | 10111010 | 1000110 | 110111 |
Color Harmonies of #3ECEDD
Complementary color
Monochromatic Colors of #3ECEDD
Black with #3ECEDD
Text Example
Text Example
White with #3ECEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECEDD; }
p { color: rgb(62,206,221); }
H1.HeaderClassName
{
color: #3ECEDD;
}
.AnyTagClassName
{
color: #3ECEDD;
}
</style>
background-color css
<style>
a { background-color: #3ECEDD; }
a { background-color: rgb(62,206,221); }
div.DivClassName
{
background-color: #3ECEDD;
}
.BgClassName
{
background-color: #3ECEDD;
}
</style>
border-color css
<style>
span { border-color: #3ECEDD; }
span { border-color: rgb(62,206,221); }
td.TdClassName
{
border-color: #3ECEDD;
}
.TagClassName
{
border-color: #3ECEDD;
}
</style>