Shades of Medium Turquoise #4BCADB
Tints of Medium Turquoise #4BCADB
RGB
CMYK
RGB Variations
Color information
#4BCADB (or 0x4BCADB) is known color: Medium Turquoise. HEX triplet: 4B, CA and DB. RGB value is (75,202,219). Sum of RGB (Red+Green+Blue) = 75+202+219=496 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.12% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #4BCADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCADB is #B43524. Grayscale: #A5A5A5. Windows color (decimal): -11810085 or 14404171. OLE color: 14404171.
HSL color Cylindrical-coordinate representation of color #4BCADB: hue angle of 187.08º 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 #4BCADB is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 202 | 219 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.14 |
| HSL | 187.08º | 0.67% | 0.58% | - |
| HSV(B) | 187.08º | 0.66% | 0.86% | - |
| XYZ | 36.81 | 48.85 | 74.51 | - |
| YUV | 165.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 219 | 0.66 | 0.08 | 0 | 0.14 | 187.08 | 0.67 | 0.58 |
| Hex | 4B | CA | DB | 42 | 8 | 0 | E | BB | 43 | 3A |
| Octal | 113 | 312 | 333 | 102 | 10 | 0 | 16 | 273 | 103 | 72 |
| Binary | 1001011 | 11001010 | 11011011 | 1000010 | 1000 | 0 | 1110 | 10111011 | 1000011 | 111010 |
Color Harmonies of #4BCADB
Complementary color
Monochromatic Colors of #4BCADB
Black with #4BCADB
Text Example
Text Example
White with #4BCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCADB; }
p { color: rgb(75,202,219); }
H1.HeaderClassName
{
color: #4BCADB;
}
.AnyTagClassName
{
color: #4BCADB;
}
</style>
background-color css
<style>
a { background-color: #4BCADB; }
a { background-color: rgb(75,202,219); }
div.DivClassName
{
background-color: #4BCADB;
}
.BgClassName
{
background-color: #4BCADB;
}
</style>
border-color css
<style>
span { border-color: #4BCADB; }
span { border-color: rgb(75,202,219); }
td.TdClassName
{
border-color: #4BCADB;
}
.TagClassName
{
border-color: #4BCADB;
}
</style>