Shades of Turquoise #4BDDCC
Tints of Turquoise #4BDDCC
RGB
CMYK
RGB Variations
Color information
#4BDDCC (or 0x4BDDCC) is known color: Turquoise. HEX triplet: 4B, DD and CC. RGB value is (75,221,204). Sum of RGB (Red+Green+Blue) = 75+221+204=500 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDDCC is #B42233. Grayscale: #AFAFAF. Windows color (decimal): -11805236 or 13425995. OLE color: 13425995.
HSL color Cylindrical-coordinate representation of color #4BDDCC: hue angle of 173.01º 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 #4BDDCC is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 204 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.13 |
| HSL | 173.01º | 0.68% | 0.58% | - |
| HSV(B) | 173.01º | 0.66% | 0.87% | - |
| XYZ | 39.66 | 57.57 | 66.15 | - |
| YUV | 175.41 | 144.13 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 204 | 0.66 | 0 | 0.08 | 0.13 | 173.01 | 0.68 | 0.58 |
| Hex | 4B | DD | CC | 42 | 0 | 8 | D | AD | 44 | 3A |
| Octal | 113 | 335 | 314 | 102 | 0 | 10 | 15 | 255 | 104 | 72 |
| Binary | 1001011 | 11011101 | 11001100 | 1000010 | 0 | 1000 | 1101 | 10101101 | 1000100 | 111010 |
Color Harmonies of #4BDDCC
Complementary color
Monochromatic Colors of #4BDDCC
Black with #4BDDCC
Text Example
Text Example
White with #4BDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDCC; }
p { color: rgb(75,221,204); }
H1.HeaderClassName
{
color: #4BDDCC;
}
.AnyTagClassName
{
color: #4BDDCC;
}
</style>
background-color css
<style>
a { background-color: #4BDDCC; }
a { background-color: rgb(75,221,204); }
div.DivClassName
{
background-color: #4BDDCC;
}
.BgClassName
{
background-color: #4BDDCC;
}
</style>
border-color css
<style>
span { border-color: #4BDDCC; }
span { border-color: rgb(75,221,204); }
td.TdClassName
{
border-color: #4BDDCC;
}
.TagClassName
{
border-color: #4BDDCC;
}
</style>