Shades of Medium Turquoise #4DCBDB
Tints of Medium Turquoise #4DCBDB
RGB
CMYK
RGB Variations
Color information
#4DCBDB (or 0x4DCBDB) is known color: Medium Turquoise. HEX triplet: 4D, CB and DB. RGB value is (77,203,219). Sum of RGB (Red+Green+Blue) = 77+203+219=499 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.43% from 499); Green value is 203 (79.69% from 255 or 40.68% 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 #4DCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCBDB is #B23424. Grayscale: #A6A6A6. Windows color (decimal): -11678757 or 14404429. OLE color: 14404429.
HSL color Cylindrical-coordinate representation of color #4DCBDB: hue angle of 186.76º degrees, saturation: 0.66, 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 #4DCBDB is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 203 | 219 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.14 |
| HSL | 186.76º | 0.66% | 0.58% | - |
| HSV(B) | 186.76º | 0.65% | 0.86% | - |
| XYZ | 37.2 | 49.4 | 74.59 | - |
| YUV | 167.15 | 157.26 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 219 | 0.65 | 0.07 | 0 | 0.14 | 186.76 | 0.66 | 0.58 |
| Hex | 4D | CB | DB | 41 | 7 | 0 | E | BB | 42 | 3A |
| Octal | 115 | 313 | 333 | 101 | 7 | 0 | 16 | 273 | 102 | 72 |
| Binary | 1001101 | 11001011 | 11011011 | 1000001 | 111 | 0 | 1110 | 10111011 | 1000010 | 111010 |
Color Harmonies of #4DCBDB
Complementary color
Monochromatic Colors of #4DCBDB
Black with #4DCBDB
Text Example
Text Example
White with #4DCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCBDB; }
p { color: rgb(77,203,219); }
H1.HeaderClassName
{
color: #4DCBDB;
}
.AnyTagClassName
{
color: #4DCBDB;
}
</style>
background-color css
<style>
a { background-color: #4DCBDB; }
a { background-color: rgb(77,203,219); }
div.DivClassName
{
background-color: #4DCBDB;
}
.BgClassName
{
background-color: #4DCBDB;
}
</style>
border-color css
<style>
span { border-color: #4DCBDB; }
span { border-color: rgb(77,203,219); }
td.TdClassName
{
border-color: #4DCBDB;
}
.TagClassName
{
border-color: #4DCBDB;
}
</style>