Shades of Medium Turquoise #4CCCD2
Tints of Medium Turquoise #4CCCD2
RGB
CMYK
RGB Variations
Color information
#4CCCD2 (or 0x4CCCD2) is known color: Medium Turquoise. HEX triplet: 4C, CC and D2. RGB value is (76,204,210). Sum of RGB (Red+Green+Blue) = 76+204+210=490 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.51% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #4CCCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCD2 is #B3332D. Grayscale: #A6A6A6. Windows color (decimal): -11744046 or 13814860. OLE color: 13814860.
HSL color Cylindrical-coordinate representation of color #4CCCD2: hue angle of 182.69º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CCCD2 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 204 | 210 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.18 |
| HSL | 182.69º | 0.6% | 0.56% | - |
| HSV(B) | 182.69º | 0.64% | 0.82% | - |
| XYZ | 36.21 | 49.38 | 68.59 | - |
| YUV | 166.41 | 152.59 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 210 | 0.64 | 0.03 | 0 | 0.18 | 182.69 | 0.6 | 0.56 |
| Hex | 4C | CC | D2 | 40 | 3 | 0 | 12 | B7 | 3C | 38 |
| Octal | 114 | 314 | 322 | 100 | 3 | 0 | 22 | 267 | 74 | 70 |
| Binary | 1001100 | 11001100 | 11010010 | 1000000 | 11 | 0 | 10010 | 10110111 | 111100 | 111000 |
Color Harmonies of #4CCCD2
Complementary color
Monochromatic Colors of #4CCCD2
Black with #4CCCD2
Text Example
Text Example
White with #4CCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCD2; }
p { color: rgb(76,204,210); }
H1.HeaderClassName
{
color: #4CCCD2;
}
.AnyTagClassName
{
color: #4CCCD2;
}
</style>
background-color css
<style>
a { background-color: #4CCCD2; }
a { background-color: rgb(76,204,210); }
div.DivClassName
{
background-color: #4CCCD2;
}
.BgClassName
{
background-color: #4CCCD2;
}
</style>
border-color css
<style>
span { border-color: #4CCCD2; }
span { border-color: rgb(76,204,210); }
td.TdClassName
{
border-color: #4CCCD2;
}
.TagClassName
{
border-color: #4CCCD2;
}
</style>