Shades of Medium Turquoise #4BCBDB
Tints of Medium Turquoise #4BCBDB
RGB
CMYK
RGB Variations
Color information
#4BCBDB (or 0x4BCBDB) is known color: Medium Turquoise. HEX triplet: 4B, CB and DB. RGB value is (75,203,219). Sum of RGB (Red+Green+Blue) = 75+203+219=497 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.09% from 497); Green value is 203 (79.69% from 255 or 40.85% 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 #4BCBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCBDB is #B43424. Grayscale: #A6A6A6. Windows color (decimal): -11809829 or 14404427. OLE color: 14404427.
HSL color Cylindrical-coordinate representation of color #4BCBDB: hue angle of 186.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCBDB is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 203 | 219 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.14 |
| HSL | 186.67º | 0.67% | 0.58% | - |
| HSV(B) | 186.67º | 0.66% | 0.86% | - |
| XYZ | 37.04 | 49.32 | 74.59 | - |
| YUV | 166.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 219 | 0.66 | 0.07 | 0 | 0.14 | 186.67 | 0.67 | 0.58 |
| Hex | 4B | CB | DB | 42 | 7 | 0 | E | BB | 43 | 3A |
| Octal | 113 | 313 | 333 | 102 | 7 | 0 | 16 | 273 | 103 | 72 |
| Binary | 1001011 | 11001011 | 11011011 | 1000010 | 111 | 0 | 1110 | 10111011 | 1000011 | 111010 |
Color Harmonies of #4BCBDB
Complementary color
Monochromatic Colors of #4BCBDB
Black with #4BCBDB
Text Example
Text Example
White with #4BCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCBDB; }
p { color: rgb(75,203,219); }
H1.HeaderClassName
{
color: #4BCBDB;
}
.AnyTagClassName
{
color: #4BCBDB;
}
</style>
background-color css
<style>
a { background-color: #4BCBDB; }
a { background-color: rgb(75,203,219); }
div.DivClassName
{
background-color: #4BCBDB;
}
.BgClassName
{
background-color: #4BCBDB;
}
</style>
border-color css
<style>
span { border-color: #4BCBDB; }
span { border-color: rgb(75,203,219); }
td.TdClassName
{
border-color: #4BCBDB;
}
.TagClassName
{
border-color: #4BCBDB;
}
</style>