Shades of Medium Turquoise #4BCADC
Tints of Medium Turquoise #4BCADC
RGB
CMYK
RGB Variations
Color information
#4BCADC (or 0x4BCADC) is known color: Medium Turquoise. HEX triplet: 4B, CA and DC. RGB value is (75,202,220). Sum of RGB (Red+Green+Blue) = 75+202+220=497 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.09% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BCADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCADC is #B43523. Grayscale: #A5A5A5. Windows color (decimal): -11810084 or 14469707. OLE color: 14469707.
HSL color Cylindrical-coordinate representation of color #4BCADC: hue angle of 187.45º 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 #4BCADC is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 202 | 220 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.14 |
| HSL | 187.45º | 0.67% | 0.58% | - |
| HSV(B) | 187.45º | 0.66% | 0.86% | - |
| XYZ | 36.94 | 48.9 | 75.2 | - |
| YUV | 166.08 | 158.42 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 220 | 0.66 | 0.08 | 0 | 0.14 | 187.45 | 0.67 | 0.58 |
| Hex | 4B | CA | DC | 42 | 8 | 0 | E | BB | 43 | 3A |
| Octal | 113 | 312 | 334 | 102 | 10 | 0 | 16 | 273 | 103 | 72 |
| Binary | 1001011 | 11001010 | 11011100 | 1000010 | 1000 | 0 | 1110 | 10111011 | 1000011 | 111010 |
Color Harmonies of #4BCADC
Complementary color
Monochromatic Colors of #4BCADC
Black with #4BCADC
Text Example
Text Example
White with #4BCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCADC; }
p { color: rgb(75,202,220); }
H1.HeaderClassName
{
color: #4BCADC;
}
.AnyTagClassName
{
color: #4BCADC;
}
</style>
background-color css
<style>
a { background-color: #4BCADC; }
a { background-color: rgb(75,202,220); }
div.DivClassName
{
background-color: #4BCADC;
}
.BgClassName
{
background-color: #4BCADC;
}
</style>
border-color css
<style>
span { border-color: #4BCADC; }
span { border-color: rgb(75,202,220); }
td.TdClassName
{
border-color: #4BCADC;
}
.TagClassName
{
border-color: #4BCADC;
}
</style>