Shades of Turquoise #4CDDCA
Tints of Turquoise #4CDDCA
RGB
CMYK
RGB Variations
Color information
#4CDDCA (or 0x4CDDCA) is known color: Turquoise. HEX triplet: 4C, DD and CA. RGB value is (76,221,202). Sum of RGB (Red+Green+Blue) = 76+221+202=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDCA is #B32235. Grayscale: #AFAFAF. Windows color (decimal): -11739702 or 13294924. OLE color: 13294924.
HSL color Cylindrical-coordinate representation of color #4CDDCA: hue angle of 172.14º 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 #4CDDCA is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 202 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.13 |
| HSL | 172.14º | 0.68% | 0.58% | - |
| HSV(B) | 172.14º | 0.66% | 0.87% | - |
| XYZ | 39.5 | 57.51 | 64.9 | - |
| YUV | 175.48 | 142.96 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 202 | 0.66 | 0 | 0.09 | 0.13 | 172.14 | 0.68 | 0.58 |
| Hex | 4C | DD | CA | 42 | 0 | 9 | D | AC | 44 | 3A |
| Octal | 114 | 335 | 312 | 102 | 0 | 11 | 15 | 254 | 104 | 72 |
| Binary | 1001100 | 11011101 | 11001010 | 1000010 | 0 | 1001 | 1101 | 10101100 | 1000100 | 111010 |
Color Harmonies of #4CDDCA
Complementary color
Monochromatic Colors of #4CDDCA
Black with #4CDDCA
Text Example
Text Example
White with #4CDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDCA; }
p { color: rgb(76,221,202); }
H1.HeaderClassName
{
color: #4CDDCA;
}
.AnyTagClassName
{
color: #4CDDCA;
}
</style>
background-color css
<style>
a { background-color: #4CDDCA; }
a { background-color: rgb(76,221,202); }
div.DivClassName
{
background-color: #4CDDCA;
}
.BgClassName
{
background-color: #4CDDCA;
}
</style>
border-color css
<style>
span { border-color: #4CDDCA; }
span { border-color: rgb(76,221,202); }
td.TdClassName
{
border-color: #4CDDCA;
}
.TagClassName
{
border-color: #4CDDCA;
}
</style>