Shades of Medium Turquoise #4CCBDB
Tints of Medium Turquoise #4CCBDB
RGB
CMYK
RGB Variations
Color information
#4CCBDB (or 0x4CCBDB) is known color: Medium Turquoise. HEX triplet: 4C, CB and DB. RGB value is (76,203,219). Sum of RGB (Red+Green+Blue) = 76+203+219=498 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.26% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CCBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBDB is #B33424. Grayscale: #A6A6A6. Windows color (decimal): -11744293 or 14404428. OLE color: 14404428.
HSL color Cylindrical-coordinate representation of color #4CCBDB: hue angle of 186.71º 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 #4CCBDB is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 203 | 219 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.14 |
| HSL | 186.71º | 0.67% | 0.58% | - |
| HSV(B) | 186.71º | 0.65% | 0.86% | - |
| XYZ | 37.12 | 49.36 | 74.59 | - |
| YUV | 166.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 219 | 0.65 | 0.07 | 0 | 0.14 | 186.71 | 0.67 | 0.58 |
| Hex | 4C | CB | DB | 41 | 7 | 0 | E | BB | 43 | 3A |
| Octal | 114 | 313 | 333 | 101 | 7 | 0 | 16 | 273 | 103 | 72 |
| Binary | 1001100 | 11001011 | 11011011 | 1000001 | 111 | 0 | 1110 | 10111011 | 1000011 | 111010 |
Color Harmonies of #4CCBDB
Complementary color
Monochromatic Colors of #4CCBDB
Black with #4CCBDB
Text Example
Text Example
White with #4CCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBDB; }
p { color: rgb(76,203,219); }
H1.HeaderClassName
{
color: #4CCBDB;
}
.AnyTagClassName
{
color: #4CCBDB;
}
</style>
background-color css
<style>
a { background-color: #4CCBDB; }
a { background-color: rgb(76,203,219); }
div.DivClassName
{
background-color: #4CCBDB;
}
.BgClassName
{
background-color: #4CCBDB;
}
</style>
border-color css
<style>
span { border-color: #4CCBDB; }
span { border-color: rgb(76,203,219); }
td.TdClassName
{
border-color: #4CCBDB;
}
.TagClassName
{
border-color: #4CCBDB;
}
</style>