Shades of Medium Turquoise #3ECBCE
Tints of Medium Turquoise #3ECBCE
RGB
CMYK
RGB Variations
Color information
#3ECBCE (or 0x3ECBCE) is known color: Medium Turquoise. HEX triplet: 3E, CB and CE. RGB value is (62,203,206). Sum of RGB (Red+Green+Blue) = 62+203+206=471 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.16% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #3ECBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBCE is #C13431. Grayscale: #A1A1A1. Windows color (decimal): -12661810 or 13552446. OLE color: 13552446.
HSL color Cylindrical-coordinate representation of color #3ECBCE: hue angle of 181.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECBCE is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 203 | 206 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.19 |
| HSL | 181.25º | 0.6% | 0.53% | - |
| HSV(B) | 181.25º | 0.7% | 0.81% | - |
| XYZ | 34.48 | 48.19 | 65.88 | - |
| YUV | 161.18 | 153.29 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 206 | 0.70 | 0.01 | 0 | 0.19 | 181.25 | 0.6 | 0.53 |
| Hex | 3E | CB | CE | 46 | 1 | 0 | 13 | B5 | 3C | 35 |
| Octal | 76 | 313 | 316 | 106 | 1 | 0 | 23 | 265 | 74 | 65 |
| Binary | 111110 | 11001011 | 11001110 | 1000110 | 1 | 0 | 10011 | 10110101 | 111100 | 110101 |
Color Harmonies of #3ECBCE
Complementary color
Monochromatic Colors of #3ECBCE
Black with #3ECBCE
Text Example
Text Example
White with #3ECBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECBCE; }
p { color: rgb(62,203,206); }
H1.HeaderClassName
{
color: #3ECBCE;
}
.AnyTagClassName
{
color: #3ECBCE;
}
</style>
background-color css
<style>
a { background-color: #3ECBCE; }
a { background-color: rgb(62,203,206); }
div.DivClassName
{
background-color: #3ECBCE;
}
.BgClassName
{
background-color: #3ECBCE;
}
</style>
border-color css
<style>
span { border-color: #3ECBCE; }
span { border-color: rgb(62,203,206); }
td.TdClassName
{
border-color: #3ECBCE;
}
.TagClassName
{
border-color: #3ECBCE;
}
</style>