Shades of Medium Turquoise #3ECCDF
Tints of Medium Turquoise #3ECCDF
RGB
CMYK
RGB Variations
Color information
#3ECCDF (or 0x3ECCDF) is known color: Medium Turquoise. HEX triplet: 3E, CC and DF. RGB value is (62,204,223). Sum of RGB (Red+Green+Blue) = 62+204+223=489 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.68% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ECCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCDF is #C13320. Grayscale: #A3A3A3. Windows color (decimal): -12661537 or 14666814. OLE color: 14666814.
HSL color Cylindrical-coordinate representation of color #3ECCDF: hue angle of 187.08º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECCDF is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 204 | 223 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.13 |
| HSL | 187.08º | 0.72% | 0.56% | - |
| HSV(B) | 187.08º | 0.72% | 0.87% | - |
| XYZ | 36.9 | 49.54 | 77.43 | - |
| YUV | 163.71 | 161.46 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 204 | 223 | 0.72 | 0.09 | 0 | 0.13 | 187.08 | 0.72 | 0.56 |
| Hex | 3E | CC | DF | 48 | 9 | 0 | D | BB | 48 | 38 |
| Octal | 76 | 314 | 337 | 110 | 11 | 0 | 15 | 273 | 110 | 70 |
| Binary | 111110 | 11001100 | 11011111 | 1001000 | 1001 | 0 | 1101 | 10111011 | 1001000 | 111000 |
Color Harmonies of #3ECCDF
Complementary color
Monochromatic Colors of #3ECCDF
Black with #3ECCDF
Text Example
Text Example
White with #3ECCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECCDF; }
p { color: rgb(62,204,223); }
H1.HeaderClassName
{
color: #3ECCDF;
}
.AnyTagClassName
{
color: #3ECCDF;
}
</style>
background-color css
<style>
a { background-color: #3ECCDF; }
a { background-color: rgb(62,204,223); }
div.DivClassName
{
background-color: #3ECCDF;
}
.BgClassName
{
background-color: #3ECCDF;
}
</style>
border-color css
<style>
span { border-color: #3ECCDF; }
span { border-color: rgb(62,204,223); }
td.TdClassName
{
border-color: #3ECCDF;
}
.TagClassName
{
border-color: #3ECCDF;
}
</style>