Shades of Medium Turquoise #4BC5DC
Tints of Medium Turquoise #4BC5DC
RGB
CMYK
RGB Variations
Color information
#4BC5DC (or 0x4BC5DC) is known color: Medium Turquoise. HEX triplet: 4B, C5 and DC. RGB value is (75,197,220). Sum of RGB (Red+Green+Blue) = 75+197+220=492 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.24% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BC5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC5DC is #B43A23. Grayscale: #A2A2A2. Windows color (decimal): -11811364 or 14468427. OLE color: 14468427.
HSL color Cylindrical-coordinate representation of color #4BC5DC: hue angle of 189.52º 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 #4BC5DC is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 197 | 220 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.14 |
| HSL | 189.52º | 0.67% | 0.58% | - |
| HSV(B) | 189.52º | 0.66% | 0.86% | - |
| XYZ | 35.79 | 46.6 | 74.82 | - |
| YUV | 163.14 | 160.08 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 220 | 0.66 | 0.10 | 0 | 0.14 | 189.52 | 0.67 | 0.58 |
| Hex | 4B | C5 | DC | 42 | A | 0 | E | BE | 43 | 3A |
| Octal | 113 | 305 | 334 | 102 | 12 | 0 | 16 | 276 | 103 | 72 |
| Binary | 1001011 | 11000101 | 11011100 | 1000010 | 1010 | 0 | 1110 | 10111110 | 1000011 | 111010 |
Color Harmonies of #4BC5DC
Complementary color
Monochromatic Colors of #4BC5DC
Black with #4BC5DC
Text Example
Text Example
White with #4BC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC5DC; }
p { color: rgb(75,197,220); }
H1.HeaderClassName
{
color: #4BC5DC;
}
.AnyTagClassName
{
color: #4BC5DC;
}
</style>
background-color css
<style>
a { background-color: #4BC5DC; }
a { background-color: rgb(75,197,220); }
div.DivClassName
{
background-color: #4BC5DC;
}
.BgClassName
{
background-color: #4BC5DC;
}
</style>
border-color css
<style>
span { border-color: #4BC5DC; }
span { border-color: rgb(75,197,220); }
td.TdClassName
{
border-color: #4BC5DC;
}
.TagClassName
{
border-color: #4BC5DC;
}
</style>