Shades of Medium Turquoise #3ECBDD
Tints of Medium Turquoise #3ECBDD
RGB
CMYK
RGB Variations
Color information
#3ECBDD (or 0x3ECBDD) is known color: Medium Turquoise. HEX triplet: 3E, CB and DD. RGB value is (62,203,221). Sum of RGB (Red+Green+Blue) = 62+203+221=486 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.76% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ECBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBDD is #C13422. Grayscale: #A2A2A2. Windows color (decimal): -12661795 or 14535486. OLE color: 14535486.
HSL color Cylindrical-coordinate representation of color #3ECBDD: hue angle of 186.79º 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 #3ECBDD is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 203 | 221 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.13 |
| HSL | 186.79º | 0.7% | 0.55% | - |
| HSV(B) | 186.79º | 0.72% | 0.87% | - |
| XYZ | 36.39 | 48.96 | 75.94 | - |
| YUV | 162.89 | 160.79 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 221 | 0.72 | 0.08 | 0 | 0.13 | 186.79 | 0.7 | 0.55 |
| Hex | 3E | CB | DD | 48 | 8 | 0 | D | BB | 46 | 37 |
| Octal | 76 | 313 | 335 | 110 | 10 | 0 | 15 | 273 | 106 | 67 |
| Binary | 111110 | 11001011 | 11011101 | 1001000 | 1000 | 0 | 1101 | 10111011 | 1000110 | 110111 |
Color Harmonies of #3ECBDD
Complementary color
Monochromatic Colors of #3ECBDD
Black with #3ECBDD
Text Example
Text Example
White with #3ECBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECBDD; }
p { color: rgb(62,203,221); }
H1.HeaderClassName
{
color: #3ECBDD;
}
.AnyTagClassName
{
color: #3ECBDD;
}
</style>
background-color css
<style>
a { background-color: #3ECBDD; }
a { background-color: rgb(62,203,221); }
div.DivClassName
{
background-color: #3ECBDD;
}
.BgClassName
{
background-color: #3ECBDD;
}
</style>
border-color css
<style>
span { border-color: #3ECBDD; }
span { border-color: rgb(62,203,221); }
td.TdClassName
{
border-color: #3ECBDD;
}
.TagClassName
{
border-color: #3ECBDD;
}
</style>