Shades of Medium Turquoise #4CCCDB
Tints of Medium Turquoise #4CCCDB
RGB
CMYK
RGB Variations
Color information
#4CCCDB (or 0x4CCCDB) is known color: Medium Turquoise. HEX triplet: 4C, CC and DB. RGB value is (76,204,219). Sum of RGB (Red+Green+Blue) = 76+204+219=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCDB is #B33324. Grayscale: #A7A7A7. Windows color (decimal): -11744037 or 14404684. OLE color: 14404684.
HSL color Cylindrical-coordinate representation of color #4CCCDB: hue angle of 186.29º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CCCDB is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 204 | 219 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.14 |
| HSL | 186.29º | 0.67% | 0.58% | - |
| HSV(B) | 186.29º | 0.65% | 0.86% | - |
| XYZ | 37.36 | 49.84 | 74.67 | - |
| YUV | 167.44 | 157.09 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 219 | 0.65 | 0.07 | 0 | 0.14 | 186.29 | 0.67 | 0.58 |
| Hex | 4C | CC | DB | 41 | 7 | 0 | E | BA | 43 | 3A |
| Octal | 114 | 314 | 333 | 101 | 7 | 0 | 16 | 272 | 103 | 72 |
| Binary | 1001100 | 11001100 | 11011011 | 1000001 | 111 | 0 | 1110 | 10111010 | 1000011 | 111010 |
Color Harmonies of #4CCCDB
Complementary color
Monochromatic Colors of #4CCCDB
Black with #4CCCDB
Text Example
Text Example
White with #4CCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCDB; }
p { color: rgb(76,204,219); }
H1.HeaderClassName
{
color: #4CCCDB;
}
.AnyTagClassName
{
color: #4CCCDB;
}
</style>
background-color css
<style>
a { background-color: #4CCCDB; }
a { background-color: rgb(76,204,219); }
div.DivClassName
{
background-color: #4CCCDB;
}
.BgClassName
{
background-color: #4CCCDB;
}
</style>
border-color css
<style>
span { border-color: #4CCCDB; }
span { border-color: rgb(76,204,219); }
td.TdClassName
{
border-color: #4CCCDB;
}
.TagClassName
{
border-color: #4CCCDB;
}
</style>