Shades of Medium Turquoise #4CCADB
Tints of Medium Turquoise #4CCADB
RGB
CMYK
RGB Variations
Color information
#4CCADB (or 0x4CCADB) is known color: Medium Turquoise. HEX triplet: 4C, CA and DB. RGB value is (76,202,219). Sum of RGB (Red+Green+Blue) = 76+202+219=497 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.29% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CCADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCADB is #B33524. Grayscale: #A6A6A6. Windows color (decimal): -11744549 or 14404172. OLE color: 14404172.
HSL color Cylindrical-coordinate representation of color #4CCADB: hue angle of 187.13º 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 #4CCADB is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 202 | 219 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.14 |
| HSL | 187.13º | 0.67% | 0.58% | - |
| HSV(B) | 187.13º | 0.65% | 0.86% | - |
| XYZ | 36.89 | 48.89 | 74.51 | - |
| YUV | 166.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 219 | 0.65 | 0.08 | 0 | 0.14 | 187.13 | 0.67 | 0.58 |
| Hex | 4C | CA | DB | 41 | 8 | 0 | E | BB | 43 | 3A |
| Octal | 114 | 312 | 333 | 101 | 10 | 0 | 16 | 273 | 103 | 72 |
| Binary | 1001100 | 11001010 | 11011011 | 1000001 | 1000 | 0 | 1110 | 10111011 | 1000011 | 111010 |
Color Harmonies of #4CCADB
Complementary color
Monochromatic Colors of #4CCADB
Black with #4CCADB
Text Example
Text Example
White with #4CCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCADB; }
p { color: rgb(76,202,219); }
H1.HeaderClassName
{
color: #4CCADB;
}
.AnyTagClassName
{
color: #4CCADB;
}
</style>
background-color css
<style>
a { background-color: #4CCADB; }
a { background-color: rgb(76,202,219); }
div.DivClassName
{
background-color: #4CCADB;
}
.BgClassName
{
background-color: #4CCADB;
}
</style>
border-color css
<style>
span { border-color: #4CCADB; }
span { border-color: rgb(76,202,219); }
td.TdClassName
{
border-color: #4CCADB;
}
.TagClassName
{
border-color: #4CCADB;
}
</style>