Shades of Turquoise #4BDCCB
Tints of Turquoise #4BDCCB
RGB
CMYK
RGB Variations
Color information
#4BDCCB (or 0x4BDCCB) is known color: Turquoise. HEX triplet: 4B, DC and CB. RGB value is (75,220,203). Sum of RGB (Red+Green+Blue) = 75+220+203=498 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.06% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDCCB is #B42334. Grayscale: #AEAEAE. Windows color (decimal): -11805493 or 13360203. OLE color: 13360203.
HSL color Cylindrical-coordinate representation of color #4BDCCB: hue angle of 172.97º 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 #4BDCCB is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 203 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.14 |
| HSL | 172.97º | 0.67% | 0.58% | - |
| HSV(B) | 172.97º | 0.66% | 0.86% | - |
| XYZ | 39.27 | 56.99 | 65.43 | - |
| YUV | 174.71 | 143.96 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 203 | 0.66 | 0 | 0.08 | 0.14 | 172.97 | 0.67 | 0.58 |
| Hex | 4B | DC | CB | 42 | 0 | 8 | E | AD | 43 | 3A |
| Octal | 113 | 334 | 313 | 102 | 0 | 10 | 16 | 255 | 103 | 72 |
| Binary | 1001011 | 11011100 | 11001011 | 1000010 | 0 | 1000 | 1110 | 10101101 | 1000011 | 111010 |
Color Harmonies of #4BDCCB
Complementary color
Monochromatic Colors of #4BDCCB
Black with #4BDCCB
Text Example
Text Example
White with #4BDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDCCB; }
p { color: rgb(75,220,203); }
H1.HeaderClassName
{
color: #4BDCCB;
}
.AnyTagClassName
{
color: #4BDCCB;
}
</style>
background-color css
<style>
a { background-color: #4BDCCB; }
a { background-color: rgb(75,220,203); }
div.DivClassName
{
background-color: #4BDCCB;
}
.BgClassName
{
background-color: #4BDCCB;
}
</style>
border-color css
<style>
span { border-color: #4BDCCB; }
span { border-color: rgb(75,220,203); }
td.TdClassName
{
border-color: #4BDCCB;
}
.TagClassName
{
border-color: #4BDCCB;
}
</style>