Shades of Medium Turquoise #3ECBC6
Tints of Medium Turquoise #3ECBC6
RGB
CMYK
RGB Variations
Color information
#3ECBC6 (or 0x3ECBC6) is known color: Medium Turquoise. HEX triplet: 3E, CB and C6. RGB value is (62,203,198). Sum of RGB (Red+Green+Blue) = 62+203+198=463 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.39% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBC6 is #C13439. Grayscale: #A0A0A0. Windows color (decimal): -12661818 or 13028158. OLE color: 13028158.
HSL color Cylindrical-coordinate representation of color #3ECBC6: hue angle of 177.87º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECBC6 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 203 | 198 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.20 |
| HSL | 177.87º | 0.58% | 0.52% | - |
| HSV(B) | 177.87º | 0.69% | 0.8% | - |
| XYZ | 33.54 | 47.81 | 60.89 | - |
| YUV | 160.27 | 149.29 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 198 | 0.69 | 0 | 0.02 | 0.20 | 177.87 | 0.58 | 0.52 |
| Hex | 3E | CB | C6 | 45 | 0 | 2 | 14 | B2 | 3A | 34 |
| Octal | 76 | 313 | 306 | 105 | 0 | 2 | 24 | 262 | 72 | 64 |
| Binary | 111110 | 11001011 | 11000110 | 1000101 | 0 | 10 | 10100 | 10110010 | 111010 | 110100 |
Color Harmonies of #3ECBC6
Complementary color
Monochromatic Colors of #3ECBC6
Black with #3ECBC6
Text Example
Text Example
White with #3ECBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECBC6; }
p { color: rgb(62,203,198); }
H1.HeaderClassName
{
color: #3ECBC6;
}
.AnyTagClassName
{
color: #3ECBC6;
}
</style>
background-color css
<style>
a { background-color: #3ECBC6; }
a { background-color: rgb(62,203,198); }
div.DivClassName
{
background-color: #3ECBC6;
}
.BgClassName
{
background-color: #3ECBC6;
}
</style>
border-color css
<style>
span { border-color: #3ECBC6; }
span { border-color: rgb(62,203,198); }
td.TdClassName
{
border-color: #3ECBC6;
}
.TagClassName
{
border-color: #3ECBC6;
}
</style>