Shades of Medium Turquoise #4CCAB5
Tints of Medium Turquoise #4CCAB5
RGB
CMYK
RGB Variations
Color information
#4CCAB5 (or 0x4CCAB5) is known color: Medium Turquoise. HEX triplet: 4C, CA and B5. RGB value is (76,202,181). Sum of RGB (Red+Green+Blue) = 76+202+181=459 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.56% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCAB5 is #B3354A. Grayscale: #A1A1A1. Windows color (decimal): -11744587 or 11913804. OLE color: 11913804.
HSL color Cylindrical-coordinate representation of color #4CCAB5: hue angle of 170º 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 #4CCAB5 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 181 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.21 |
| HSL | 170º | 0.54% | 0.55% | - |
| HSV(B) | 170º | 0.62% | 0.79% | - |
| XYZ | 32.44 | 47.11 | 51.1 | - |
| YUV | 161.93 | 138.76 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 181 | 0.62 | 0 | 0.10 | 0.21 | 170 | 0.54 | 0.55 |
| Hex | 4C | CA | B5 | 3E | 0 | A | 15 | AA | 36 | 37 |
| Octal | 114 | 312 | 265 | 76 | 0 | 12 | 25 | 252 | 66 | 67 |
| Binary | 1001100 | 11001010 | 10110101 | 111110 | 0 | 1010 | 10101 | 10101010 | 110110 | 110111 |
Color Harmonies of #4CCAB5
Complementary color
Monochromatic Colors of #4CCAB5
Black with #4CCAB5
Text Example
Text Example
White with #4CCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCAB5; }
p { color: rgb(76,202,181); }
H1.HeaderClassName
{
color: #4CCAB5;
}
.AnyTagClassName
{
color: #4CCAB5;
}
</style>
background-color css
<style>
a { background-color: #4CCAB5; }
a { background-color: rgb(76,202,181); }
div.DivClassName
{
background-color: #4CCAB5;
}
.BgClassName
{
background-color: #4CCAB5;
}
</style>
border-color css
<style>
span { border-color: #4CCAB5; }
span { border-color: rgb(76,202,181); }
td.TdClassName
{
border-color: #4CCAB5;
}
.TagClassName
{
border-color: #4CCAB5;
}
</style>