Shades of Turquoise #4CDDC4
Tints of Turquoise #4CDDC4
RGB
CMYK
RGB Variations
Color information
#4CDDC4 (or 0x4CDDC4) is known color: Turquoise. HEX triplet: 4C, DD and C4. RGB value is (76,221,196). Sum of RGB (Red+Green+Blue) = 76+221+196=493 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.42% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDC4 is #B3223B. Grayscale: #AEAEAE. Windows color (decimal): -11739708 or 12901708. OLE color: 12901708.
HSL color Cylindrical-coordinate representation of color #4CDDC4: hue angle of 169.66º 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 #4CDDC4 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 196 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.13 |
| HSL | 169.66º | 0.68% | 0.58% | - |
| HSV(B) | 169.66º | 0.66% | 0.87% | - |
| XYZ | 38.8 | 57.23 | 61.23 | - |
| YUV | 174.8 | 139.96 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 196 | 0.66 | 0 | 0.11 | 0.13 | 169.66 | 0.68 | 0.58 |
| Hex | 4C | DD | C4 | 42 | 0 | B | D | AA | 44 | 3A |
| Octal | 114 | 335 | 304 | 102 | 0 | 13 | 15 | 252 | 104 | 72 |
| Binary | 1001100 | 11011101 | 11000100 | 1000010 | 0 | 1011 | 1101 | 10101010 | 1000100 | 111010 |
Color Harmonies of #4CDDC4
Complementary color
Monochromatic Colors of #4CDDC4
Black with #4CDDC4
Text Example
Text Example
White with #4CDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDC4; }
p { color: rgb(76,221,196); }
H1.HeaderClassName
{
color: #4CDDC4;
}
.AnyTagClassName
{
color: #4CDDC4;
}
</style>
background-color css
<style>
a { background-color: #4CDDC4; }
a { background-color: rgb(76,221,196); }
div.DivClassName
{
background-color: #4CDDC4;
}
.BgClassName
{
background-color: #4CDDC4;
}
</style>
border-color css
<style>
span { border-color: #4CDDC4; }
span { border-color: rgb(76,221,196); }
td.TdClassName
{
border-color: #4CDDC4;
}
.TagClassName
{
border-color: #4CDDC4;
}
</style>