Shades of Medium Turquoise #3ECBDB
Tints of Medium Turquoise #3ECBDB
RGB
CMYK
RGB Variations
Color information
#3ECBDB (or 0x3ECBDB) is known color: Medium Turquoise. HEX triplet: 3E, CB and DB. RGB value is (62,203,219). Sum of RGB (Red+Green+Blue) = 62+203+219=484 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.81% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ECBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBDB is #C13424. Grayscale: #A2A2A2. Windows color (decimal): -12661797 or 14404414. OLE color: 14404414.
HSL color Cylindrical-coordinate representation of color #3ECBDB: hue angle of 186.11º 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 #3ECBDB is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 203 | 219 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.14 |
| HSL | 186.11º | 0.69% | 0.55% | - |
| HSV(B) | 186.11º | 0.72% | 0.86% | - |
| XYZ | 36.13 | 48.85 | 74.54 | - |
| YUV | 162.67 | 159.79 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 219 | 0.72 | 0.07 | 0 | 0.14 | 186.11 | 0.69 | 0.55 |
| Hex | 3E | CB | DB | 48 | 7 | 0 | E | BA | 45 | 37 |
| Octal | 76 | 313 | 333 | 110 | 7 | 0 | 16 | 272 | 105 | 67 |
| Binary | 111110 | 11001011 | 11011011 | 1001000 | 111 | 0 | 1110 | 10111010 | 1000101 | 110111 |
Color Harmonies of #3ECBDB
Complementary color
Monochromatic Colors of #3ECBDB
Black with #3ECBDB
Text Example
Text Example
White with #3ECBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECBDB; }
p { color: rgb(62,203,219); }
H1.HeaderClassName
{
color: #3ECBDB;
}
.AnyTagClassName
{
color: #3ECBDB;
}
</style>
background-color css
<style>
a { background-color: #3ECBDB; }
a { background-color: rgb(62,203,219); }
div.DivClassName
{
background-color: #3ECBDB;
}
.BgClassName
{
background-color: #3ECBDB;
}
</style>
border-color css
<style>
span { border-color: #3ECBDB; }
span { border-color: rgb(62,203,219); }
td.TdClassName
{
border-color: #3ECBDB;
}
.TagClassName
{
border-color: #3ECBDB;
}
</style>