Shades of Turquoise #4CDDC8
Tints of Turquoise #4CDDC8
RGB
CMYK
RGB Variations
Color information
#4CDDC8 (or 0x4CDDC8) is known color: Turquoise. HEX triplet: 4C, DD and C8. RGB value is (76,221,200). Sum of RGB (Red+Green+Blue) = 76+221+200=497 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.29% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDC8 is #B32237. Grayscale: #AFAFAF. Windows color (decimal): -11739704 or 13163852. OLE color: 13163852.
HSL color Cylindrical-coordinate representation of color #4CDDC8: hue angle of 171.31º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDDC8 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 200 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.13 |
| HSL | 171.31º | 0.68% | 0.58% | - |
| HSV(B) | 171.31º | 0.66% | 0.87% | - |
| XYZ | 39.26 | 57.42 | 63.66 | - |
| YUV | 175.25 | 141.96 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 200 | 0.66 | 0 | 0.10 | 0.13 | 171.31 | 0.68 | 0.58 |
| Hex | 4C | DD | C8 | 42 | 0 | A | D | AB | 44 | 3A |
| Octal | 114 | 335 | 310 | 102 | 0 | 12 | 15 | 253 | 104 | 72 |
| Binary | 1001100 | 11011101 | 11001000 | 1000010 | 0 | 1010 | 1101 | 10101011 | 1000100 | 111010 |
Color Harmonies of #4CDDC8
Complementary color
Monochromatic Colors of #4CDDC8
Black with #4CDDC8
Text Example
Text Example
White with #4CDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDC8; }
p { color: rgb(76,221,200); }
H1.HeaderClassName
{
color: #4CDDC8;
}
.AnyTagClassName
{
color: #4CDDC8;
}
</style>
background-color css
<style>
a { background-color: #4CDDC8; }
a { background-color: rgb(76,221,200); }
div.DivClassName
{
background-color: #4CDDC8;
}
.BgClassName
{
background-color: #4CDDC8;
}
</style>
border-color css
<style>
span { border-color: #4CDDC8; }
span { border-color: rgb(76,221,200); }
td.TdClassName
{
border-color: #4CDDC8;
}
.TagClassName
{
border-color: #4CDDC8;
}
</style>