Shades of Medium Turquoise #4BC5DB
Tints of Medium Turquoise #4BC5DB
RGB
CMYK
RGB Variations
Color information
#4BC5DB (or 0x4BC5DB) is known color: Medium Turquoise. HEX triplet: 4B, C5 and DB. RGB value is (75,197,219). Sum of RGB (Red+Green+Blue) = 75+197+219=491 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.27% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #4BC5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC5DB is #B43A24. Grayscale: #A2A2A2. Windows color (decimal): -11811365 or 14402891. OLE color: 14402891.
HSL color Cylindrical-coordinate representation of color #4BC5DB: hue angle of 189.17º 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 #4BC5DB is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 197 | 219 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.14 |
| HSL | 189.17º | 0.67% | 0.58% | - |
| HSV(B) | 189.17º | 0.66% | 0.86% | - |
| XYZ | 35.65 | 46.54 | 74.12 | - |
| YUV | 163.03 | 159.58 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 219 | 0.66 | 0.10 | 0 | 0.14 | 189.17 | 0.67 | 0.58 |
| Hex | 4B | C5 | DB | 42 | A | 0 | E | BD | 43 | 3A |
| Octal | 113 | 305 | 333 | 102 | 12 | 0 | 16 | 275 | 103 | 72 |
| Binary | 1001011 | 11000101 | 11011011 | 1000010 | 1010 | 0 | 1110 | 10111101 | 1000011 | 111010 |
Color Harmonies of #4BC5DB
Complementary color
Monochromatic Colors of #4BC5DB
Black with #4BC5DB
Text Example
Text Example
White with #4BC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC5DB; }
p { color: rgb(75,197,219); }
H1.HeaderClassName
{
color: #4BC5DB;
}
.AnyTagClassName
{
color: #4BC5DB;
}
</style>
background-color css
<style>
a { background-color: #4BC5DB; }
a { background-color: rgb(75,197,219); }
div.DivClassName
{
background-color: #4BC5DB;
}
.BgClassName
{
background-color: #4BC5DB;
}
</style>
border-color css
<style>
span { border-color: #4BC5DB; }
span { border-color: rgb(75,197,219); }
td.TdClassName
{
border-color: #4BC5DB;
}
.TagClassName
{
border-color: #4BC5DB;
}
</style>