Shades of Medium Turquoise #4CCCDD
Tints of Medium Turquoise #4CCCDD
RGB
CMYK
RGB Variations
Color information
#4CCCDD (or 0x4CCCDD) is known color: Medium Turquoise. HEX triplet: 4C, CC and DD. RGB value is (76,204,221). Sum of RGB (Red+Green+Blue) = 76+204+221=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CCCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCDD is #B33322. Grayscale: #A7A7A7. Windows color (decimal): -11744035 or 14535756. OLE color: 14535756.
HSL color Cylindrical-coordinate representation of color #4CCCDD: hue angle of 187.03º 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 #4CCCDD is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 204 | 221 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.13 |
| HSL | 187.03º | 0.68% | 0.58% | - |
| HSV(B) | 187.03º | 0.66% | 0.87% | - |
| XYZ | 37.62 | 49.94 | 76.06 | - |
| YUV | 167.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 221 | 0.66 | 0.08 | 0 | 0.13 | 187.03 | 0.68 | 0.58 |
| Hex | 4C | CC | DD | 42 | 8 | 0 | D | BB | 44 | 3A |
| Octal | 114 | 314 | 335 | 102 | 10 | 0 | 15 | 273 | 104 | 72 |
| Binary | 1001100 | 11001100 | 11011101 | 1000010 | 1000 | 0 | 1101 | 10111011 | 1000100 | 111010 |
Color Harmonies of #4CCCDD
Complementary color
Monochromatic Colors of #4CCCDD
Black with #4CCCDD
Text Example
Text Example
White with #4CCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCDD; }
p { color: rgb(76,204,221); }
H1.HeaderClassName
{
color: #4CCCDD;
}
.AnyTagClassName
{
color: #4CCCDD;
}
</style>
background-color css
<style>
a { background-color: #4CCCDD; }
a { background-color: rgb(76,204,221); }
div.DivClassName
{
background-color: #4CCCDD;
}
.BgClassName
{
background-color: #4CCCDD;
}
</style>
border-color css
<style>
span { border-color: #4CCCDD; }
span { border-color: rgb(76,204,221); }
td.TdClassName
{
border-color: #4CCCDD;
}
.TagClassName
{
border-color: #4CCCDD;
}
</style>