Shades of Turquoise #4CDDD4
Tints of Turquoise #4CDDD4
RGB
CMYK
RGB Variations
Color information
#4CDDD4 (or 0x4CDDD4) is known color: Turquoise. HEX triplet: 4C, DD and D4. RGB value is (76,221,212). Sum of RGB (Red+Green+Blue) = 76+221+212=509 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.93% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDD4 is #B3222B. Grayscale: #B0B0B0. Windows color (decimal): -11739692 or 13950284. OLE color: 13950284.
HSL color Cylindrical-coordinate representation of color #4CDDD4: hue angle of 176.28º 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 #4CDDD4 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 212 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.13 |
| HSL | 176.28º | 0.68% | 0.58% | - |
| HSV(B) | 176.28º | 0.66% | 0.87% | - |
| XYZ | 40.72 | 58 | 71.34 | - |
| YUV | 176.62 | 147.96 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 212 | 0.66 | 0 | 0.04 | 0.13 | 176.28 | 0.68 | 0.58 |
| Hex | 4C | DD | D4 | 42 | 0 | 4 | D | B0 | 44 | 3A |
| Octal | 114 | 335 | 324 | 102 | 0 | 4 | 15 | 260 | 104 | 72 |
| Binary | 1001100 | 11011101 | 11010100 | 1000010 | 0 | 100 | 1101 | 10110000 | 1000100 | 111010 |
Color Harmonies of #4CDDD4
Complementary color
Monochromatic Colors of #4CDDD4
Black with #4CDDD4
Text Example
Text Example
White with #4CDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDD4; }
p { color: rgb(76,221,212); }
H1.HeaderClassName
{
color: #4CDDD4;
}
.AnyTagClassName
{
color: #4CDDD4;
}
</style>
background-color css
<style>
a { background-color: #4CDDD4; }
a { background-color: rgb(76,221,212); }
div.DivClassName
{
background-color: #4CDDD4;
}
.BgClassName
{
background-color: #4CDDD4;
}
</style>
border-color css
<style>
span { border-color: #4CDDD4; }
span { border-color: rgb(76,221,212); }
td.TdClassName
{
border-color: #4CDDD4;
}
.TagClassName
{
border-color: #4CDDD4;
}
</style>