Shades of Medium Turquoise #4CCCDA
Tints of Medium Turquoise #4CCCDA
RGB
CMYK
RGB Variations
Color information
#4CCCDA (or 0x4CCCDA) is known color: Medium Turquoise. HEX triplet: 4C, CC and DA. RGB value is (76,204,218). Sum of RGB (Red+Green+Blue) = 76+204+218=498 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.26% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #4CCCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCDA is #B33325. Grayscale: #A7A7A7. Windows color (decimal): -11744038 or 14339148. OLE color: 14339148.
HSL color Cylindrical-coordinate representation of color #4CCCDA: hue angle of 185.92º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CCCDA is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 204 | 218 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.15 |
| HSL | 185.92º | 0.66% | 0.58% | - |
| HSV(B) | 185.92º | 0.65% | 0.85% | - |
| XYZ | 37.23 | 49.78 | 73.98 | - |
| YUV | 167.32 | 156.59 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 218 | 0.65 | 0.06 | 0 | 0.15 | 185.92 | 0.66 | 0.58 |
| Hex | 4C | CC | DA | 41 | 6 | 0 | F | BA | 42 | 3A |
| Octal | 114 | 314 | 332 | 101 | 6 | 0 | 17 | 272 | 102 | 72 |
| Binary | 1001100 | 11001100 | 11011010 | 1000001 | 110 | 0 | 1111 | 10111010 | 1000010 | 111010 |
Color Harmonies of #4CCCDA
Complementary color
Monochromatic Colors of #4CCCDA
Black with #4CCCDA
Text Example
Text Example
White with #4CCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCDA; }
p { color: rgb(76,204,218); }
H1.HeaderClassName
{
color: #4CCCDA;
}
.AnyTagClassName
{
color: #4CCCDA;
}
</style>
background-color css
<style>
a { background-color: #4CCCDA; }
a { background-color: rgb(76,204,218); }
div.DivClassName
{
background-color: #4CCCDA;
}
.BgClassName
{
background-color: #4CCCDA;
}
</style>
border-color css
<style>
span { border-color: #4CCCDA; }
span { border-color: rgb(76,204,218); }
td.TdClassName
{
border-color: #4CCCDA;
}
.TagClassName
{
border-color: #4CCCDA;
}
</style>