Shades of Medium Turquoise #4BC4DC
Tints of Medium Turquoise #4BC4DC
RGB
CMYK
RGB Variations
Color information
#4BC4DC (or 0x4BC4DC) is known color: Medium Turquoise. HEX triplet: 4B, C4 and DC. RGB value is (75,196,220). Sum of RGB (Red+Green+Blue) = 75+196+220=491 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.27% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BC4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC4DC is #B43B23. Grayscale: #A2A2A2. Windows color (decimal): -11811620 or 14468171. OLE color: 14468171.
HSL color Cylindrical-coordinate representation of color #4BC4DC: hue angle of 189.93º 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 #4BC4DC is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 196 | 220 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.14 |
| HSL | 189.93º | 0.67% | 0.58% | - |
| HSV(B) | 189.93º | 0.66% | 0.86% | - |
| XYZ | 35.56 | 46.14 | 74.74 | - |
| YUV | 162.56 | 160.41 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 196 | 220 | 0.66 | 0.11 | 0 | 0.14 | 189.93 | 0.67 | 0.58 |
| Hex | 4B | C4 | DC | 42 | B | 0 | E | BE | 43 | 3A |
| Octal | 113 | 304 | 334 | 102 | 13 | 0 | 16 | 276 | 103 | 72 |
| Binary | 1001011 | 11000100 | 11011100 | 1000010 | 1011 | 0 | 1110 | 10111110 | 1000011 | 111010 |
Color Harmonies of #4BC4DC
Complementary color
Monochromatic Colors of #4BC4DC
Black with #4BC4DC
Text Example
Text Example
White with #4BC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC4DC; }
p { color: rgb(75,196,220); }
H1.HeaderClassName
{
color: #4BC4DC;
}
.AnyTagClassName
{
color: #4BC4DC;
}
</style>
background-color css
<style>
a { background-color: #4BC4DC; }
a { background-color: rgb(75,196,220); }
div.DivClassName
{
background-color: #4BC4DC;
}
.BgClassName
{
background-color: #4BC4DC;
}
</style>
border-color css
<style>
span { border-color: #4BC4DC; }
span { border-color: rgb(75,196,220); }
td.TdClassName
{
border-color: #4BC4DC;
}
.TagClassName
{
border-color: #4BC4DC;
}
</style>