Shades of Medium Turquoise #4CCABA
Tints of Medium Turquoise #4CCABA
RGB
CMYK
RGB Variations
Color information
#4CCABA (or 0x4CCABA) is known color: Medium Turquoise. HEX triplet: 4C, CA and BA. RGB value is (76,202,186). Sum of RGB (Red+Green+Blue) = 76+202+186=464 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.38% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCABA is #B33545. Grayscale: #A2A2A2. Windows color (decimal): -11744582 or 12241484. OLE color: 12241484.
HSL color Cylindrical-coordinate representation of color #4CCABA: hue angle of 172.38º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCABA is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 186 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.21 |
| HSL | 172.38º | 0.54% | 0.55% | - |
| HSV(B) | 172.38º | 0.62% | 0.79% | - |
| XYZ | 32.96 | 47.32 | 53.85 | - |
| YUV | 162.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 186 | 0.62 | 0 | 0.08 | 0.21 | 172.38 | 0.54 | 0.55 |
| Hex | 4C | CA | BA | 3E | 0 | 8 | 15 | AC | 36 | 37 |
| Octal | 114 | 312 | 272 | 76 | 0 | 10 | 25 | 254 | 66 | 67 |
| Binary | 1001100 | 11001010 | 10111010 | 111110 | 0 | 1000 | 10101 | 10101100 | 110110 | 110111 |
Color Harmonies of #4CCABA
Complementary color
Monochromatic Colors of #4CCABA
Black with #4CCABA
Text Example
Text Example
White with #4CCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCABA; }
p { color: rgb(76,202,186); }
H1.HeaderClassName
{
color: #4CCABA;
}
.AnyTagClassName
{
color: #4CCABA;
}
</style>
background-color css
<style>
a { background-color: #4CCABA; }
a { background-color: rgb(76,202,186); }
div.DivClassName
{
background-color: #4CCABA;
}
.BgClassName
{
background-color: #4CCABA;
}
</style>
border-color css
<style>
span { border-color: #4CCABA; }
span { border-color: rgb(76,202,186); }
td.TdClassName
{
border-color: #4CCABA;
}
.TagClassName
{
border-color: #4CCABA;
}
</style>