Shades of Medium Turquoise #4BCCDC
Tints of Medium Turquoise #4BCCDC
RGB
CMYK
RGB Variations
Color information
#4BCCDC (or 0x4BCCDC) is known color: Medium Turquoise. HEX triplet: 4B, CC and DC. RGB value is (75,204,220). Sum of RGB (Red+Green+Blue) = 75+204+220=499 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15.03% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BCCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCCDC is #B43323. Grayscale: #A7A7A7. Windows color (decimal): -11809572 or 14470219. OLE color: 14470219.
HSL color Cylindrical-coordinate representation of color #4BCCDC: hue angle of 186.62º 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 #4BCCDC is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 204 | 220 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.14 |
| HSL | 186.62º | 0.67% | 0.58% | - |
| HSV(B) | 186.62º | 0.66% | 0.86% | - |
| XYZ | 37.41 | 49.85 | 75.36 | - |
| YUV | 167.25 | 157.76 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 220 | 0.66 | 0.07 | 0 | 0.14 | 186.62 | 0.67 | 0.58 |
| Hex | 4B | CC | DC | 42 | 7 | 0 | E | BB | 43 | 3A |
| Octal | 113 | 314 | 334 | 102 | 7 | 0 | 16 | 273 | 103 | 72 |
| Binary | 1001011 | 11001100 | 11011100 | 1000010 | 111 | 0 | 1110 | 10111011 | 1000011 | 111010 |
Color Harmonies of #4BCCDC
Complementary color
Monochromatic Colors of #4BCCDC
Black with #4BCCDC
Text Example
Text Example
White with #4BCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCDC; }
p { color: rgb(75,204,220); }
H1.HeaderClassName
{
color: #4BCCDC;
}
.AnyTagClassName
{
color: #4BCCDC;
}
</style>
background-color css
<style>
a { background-color: #4BCCDC; }
a { background-color: rgb(75,204,220); }
div.DivClassName
{
background-color: #4BCCDC;
}
.BgClassName
{
background-color: #4BCCDC;
}
</style>
border-color css
<style>
span { border-color: #4BCCDC; }
span { border-color: rgb(75,204,220); }
td.TdClassName
{
border-color: #4BCCDC;
}
.TagClassName
{
border-color: #4BCCDC;
}
</style>