Shades of Medium Turquoise #3ECACB
Tints of Medium Turquoise #3ECACB
RGB
CMYK
RGB Variations
Color information
#3ECACB (or 0x3ECACB) is known color: Medium Turquoise. HEX triplet: 3E, CA and CB. RGB value is (62,202,203). Sum of RGB (Red+Green+Blue) = 62+202+203=467 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.28% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #3ECACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECACB is #C13534. Grayscale: #A0A0A0. Windows color (decimal): -12662069 or 13355582. OLE color: 13355582.
HSL color Cylindrical-coordinate representation of color #3ECACB: hue angle of 180.43º 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 #3ECACB is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 202 | 203 | - |
| CMYK | 0.69 | 0.00 | 0 | 0.20 |
| HSL | 180.43º | 0.58% | 0.52% | - |
| HSV(B) | 180.43º | 0.69% | 0.8% | - |
| XYZ | 33.89 | 47.58 | 63.9 | - |
| YUV | 160.25 | 152.12 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 202 | 203 | 0.69 | 0.00 | 0 | 0.20 | 180.43 | 0.58 | 0.52 |
| Hex | 3E | CA | CB | 45 | 0 | 0 | 14 | B4 | 3A | 34 |
| Octal | 76 | 312 | 313 | 105 | 0 | 0 | 24 | 264 | 72 | 64 |
| Binary | 111110 | 11001010 | 11001011 | 1000101 | 0 | 0 | 10100 | 10110100 | 111010 | 110100 |
Color Harmonies of #3ECACB
Complementary color
Monochromatic Colors of #3ECACB
Black with #3ECACB
Text Example
Text Example
White with #3ECACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECACB; }
p { color: rgb(62,202,203); }
H1.HeaderClassName
{
color: #3ECACB;
}
.AnyTagClassName
{
color: #3ECACB;
}
</style>
background-color css
<style>
a { background-color: #3ECACB; }
a { background-color: rgb(62,202,203); }
div.DivClassName
{
background-color: #3ECACB;
}
.BgClassName
{
background-color: #3ECACB;
}
</style>
border-color css
<style>
span { border-color: #3ECACB; }
span { border-color: rgb(62,202,203); }
td.TdClassName
{
border-color: #3ECACB;
}
.TagClassName
{
border-color: #3ECACB;
}
</style>