Shades of Medium Turquoise #3ECCDB
Tints of Medium Turquoise #3ECCDB
RGB
CMYK
RGB Variations
Color information
#3ECCDB (or 0x3ECCDB) is known color: Medium Turquoise. HEX triplet: 3E, CC and DB. RGB value is (62,204,219). Sum of RGB (Red+Green+Blue) = 62+204+219=485 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.78% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ECCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCDB is #C13324. Grayscale: #A3A3A3. Windows color (decimal): -12661541 or 14404670. OLE color: 14404670.
HSL color Cylindrical-coordinate representation of color #3ECCDB: hue angle of 185.73º 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 #3ECCDB is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 204 | 219 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.14 |
| HSL | 185.73º | 0.69% | 0.55% | - |
| HSV(B) | 185.73º | 0.72% | 0.86% | - |
| XYZ | 36.37 | 49.32 | 74.62 | - |
| YUV | 163.25 | 159.46 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 204 | 219 | 0.72 | 0.07 | 0 | 0.14 | 185.73 | 0.69 | 0.55 |
| Hex | 3E | CC | DB | 48 | 7 | 0 | E | BA | 45 | 37 |
| Octal | 76 | 314 | 333 | 110 | 7 | 0 | 16 | 272 | 105 | 67 |
| Binary | 111110 | 11001100 | 11011011 | 1001000 | 111 | 0 | 1110 | 10111010 | 1000101 | 110111 |
Color Harmonies of #3ECCDB
Complementary color
Monochromatic Colors of #3ECCDB
Black with #3ECCDB
Text Example
Text Example
White with #3ECCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECCDB; }
p { color: rgb(62,204,219); }
H1.HeaderClassName
{
color: #3ECCDB;
}
.AnyTagClassName
{
color: #3ECCDB;
}
</style>
background-color css
<style>
a { background-color: #3ECCDB; }
a { background-color: rgb(62,204,219); }
div.DivClassName
{
background-color: #3ECCDB;
}
.BgClassName
{
background-color: #3ECCDB;
}
</style>
border-color css
<style>
span { border-color: #3ECCDB; }
span { border-color: rgb(62,204,219); }
td.TdClassName
{
border-color: #3ECCDB;
}
.TagClassName
{
border-color: #3ECCDB;
}
</style>