Shades of Medium Turquoise #4CDAC9
Tints of Medium Turquoise #4CDAC9
RGB
CMYK
RGB Variations
Color information
#4CDAC9 (or 0x4CDAC9) is known color: Medium Turquoise. HEX triplet: 4C, DA and C9. RGB value is (76,218,201). Sum of RGB (Red+Green+Blue) = 76+218+201=495 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.35% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDAC9 is #B32536. Grayscale: #ADADAD. Windows color (decimal): -11740471 or 13228620. OLE color: 13228620.
HSL color Cylindrical-coordinate representation of color #4CDAC9: hue angle of 172.82º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDAC9 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 218 | 201 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.15 |
| HSL | 172.82º | 0.66% | 0.58% | - |
| HSV(B) | 172.82º | 0.65% | 0.85% | - |
| XYZ | 38.59 | 55.9 | 64.01 | - |
| YUV | 173.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 218 | 201 | 0.65 | 0 | 0.08 | 0.15 | 172.82 | 0.66 | 0.58 |
| Hex | 4C | DA | C9 | 41 | 0 | 8 | F | AD | 42 | 3A |
| Octal | 114 | 332 | 311 | 101 | 0 | 10 | 17 | 255 | 102 | 72 |
| Binary | 1001100 | 11011010 | 11001001 | 1000001 | 0 | 1000 | 1111 | 10101101 | 1000010 | 111010 |
Color Harmonies of #4CDAC9
Complementary color
Monochromatic Colors of #4CDAC9
Black with #4CDAC9
Text Example
Text Example
White with #4CDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDAC9; }
p { color: rgb(76,218,201); }
H1.HeaderClassName
{
color: #4CDAC9;
}
.AnyTagClassName
{
color: #4CDAC9;
}
</style>
background-color css
<style>
a { background-color: #4CDAC9; }
a { background-color: rgb(76,218,201); }
div.DivClassName
{
background-color: #4CDAC9;
}
.BgClassName
{
background-color: #4CDAC9;
}
</style>
border-color css
<style>
span { border-color: #4CDAC9; }
span { border-color: rgb(76,218,201); }
td.TdClassName
{
border-color: #4CDAC9;
}
.TagClassName
{
border-color: #4CDAC9;
}
</style>