Shades of Turquoise #4BDDDC
Tints of Turquoise #4BDDDC
RGB
CMYK
RGB Variations
Color information
#4BDDDC (or 0x4BDDDC) is known color: Turquoise. HEX triplet: 4B, DD and DC. RGB value is (75,221,220). Sum of RGB (Red+Green+Blue) = 75+221+220=516 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.53% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDDDC is #B42223. Grayscale: #B1B1B1. Windows color (decimal): -11805220 or 14474571. OLE color: 14474571.
HSL color Cylindrical-coordinate representation of color #4BDDDC: hue angle of 179.59º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDDDC is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 220 | - |
| CMYK | 0.66 | 0 | 0.00 | 0.13 |
| HSL | 179.59º | 0.68% | 0.58% | - |
| HSV(B) | 179.59º | 0.66% | 0.87% | - |
| XYZ | 41.68 | 58.38 | 76.78 | - |
| YUV | 177.23 | 152.13 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 220 | 0.66 | 0 | 0.00 | 0.13 | 179.59 | 0.68 | 0.58 |
| Hex | 4B | DD | DC | 42 | 0 | 0 | D | B4 | 44 | 3A |
| Octal | 113 | 335 | 334 | 102 | 0 | 0 | 15 | 264 | 104 | 72 |
| Binary | 1001011 | 11011101 | 11011100 | 1000010 | 0 | 0 | 1101 | 10110100 | 1000100 | 111010 |
Color Harmonies of #4BDDDC
Complementary color
Monochromatic Colors of #4BDDDC
Black with #4BDDDC
Text Example
Text Example
White with #4BDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDDC; }
p { color: rgb(75,221,220); }
H1.HeaderClassName
{
color: #4BDDDC;
}
.AnyTagClassName
{
color: #4BDDDC;
}
</style>
background-color css
<style>
a { background-color: #4BDDDC; }
a { background-color: rgb(75,221,220); }
div.DivClassName
{
background-color: #4BDDDC;
}
.BgClassName
{
background-color: #4BDDDC;
}
</style>
border-color css
<style>
span { border-color: #4BDDDC; }
span { border-color: rgb(75,221,220); }
td.TdClassName
{
border-color: #4BDDDC;
}
.TagClassName
{
border-color: #4BDDDC;
}
</style>