Shades of Medium Turquoise #4CCABD
Tints of Medium Turquoise #4CCABD
RGB
CMYK
RGB Variations
Color information
#4CCABD (or 0x4CCABD) is known color: Medium Turquoise. HEX triplet: 4C, CA and BD. RGB value is (76,202,189). Sum of RGB (Red+Green+Blue) = 76+202+189=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCABD is #B33542. Grayscale: #A2A2A2. Windows color (decimal): -11744579 or 12438092. OLE color: 12438092.
HSL color Cylindrical-coordinate representation of color #4CCABD: hue angle of 173.81º 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 #4CCABD is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 189 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.21 |
| HSL | 173.81º | 0.54% | 0.55% | - |
| HSV(B) | 173.81º | 0.62% | 0.79% | - |
| XYZ | 33.29 | 47.45 | 55.55 | - |
| YUV | 162.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 189 | 0.62 | 0 | 0.06 | 0.21 | 173.81 | 0.54 | 0.55 |
| Hex | 4C | CA | BD | 3E | 0 | 6 | 15 | AE | 36 | 37 |
| Octal | 114 | 312 | 275 | 76 | 0 | 6 | 25 | 256 | 66 | 67 |
| Binary | 1001100 | 11001010 | 10111101 | 111110 | 0 | 110 | 10101 | 10101110 | 110110 | 110111 |
Color Harmonies of #4CCABD
Complementary color
Monochromatic Colors of #4CCABD
Black with #4CCABD
Text Example
Text Example
White with #4CCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCABD; }
p { color: rgb(76,202,189); }
H1.HeaderClassName
{
color: #4CCABD;
}
.AnyTagClassName
{
color: #4CCABD;
}
</style>
background-color css
<style>
a { background-color: #4CCABD; }
a { background-color: rgb(76,202,189); }
div.DivClassName
{
background-color: #4CCABD;
}
.BgClassName
{
background-color: #4CCABD;
}
</style>
border-color css
<style>
span { border-color: #4CCABD; }
span { border-color: rgb(76,202,189); }
td.TdClassName
{
border-color: #4CCABD;
}
.TagClassName
{
border-color: #4CCABD;
}
</style>