Shades of Turquoise #4BDDCD
Tints of Turquoise #4BDDCD
RGB
CMYK
RGB Variations
Color information
#4BDDCD (or 0x4BDDCD) is known color: Turquoise. HEX triplet: 4B, DD and CD. RGB value is (75,221,205). Sum of RGB (Red+Green+Blue) = 75+221+205=501 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.97% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDDCD is #B42232. Grayscale: #AFAFAF. Windows color (decimal): -11805235 or 13491531. OLE color: 13491531.
HSL color Cylindrical-coordinate representation of color #4BDDCD: hue angle of 173.42º 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 #4BDDCD is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 205 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.13 |
| HSL | 173.42º | 0.68% | 0.58% | - |
| HSV(B) | 173.42º | 0.66% | 0.87% | - |
| XYZ | 39.78 | 57.62 | 66.78 | - |
| YUV | 175.52 | 144.63 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 205 | 0.66 | 0 | 0.07 | 0.13 | 173.42 | 0.68 | 0.58 |
| Hex | 4B | DD | CD | 42 | 0 | 7 | D | AD | 44 | 3A |
| Octal | 113 | 335 | 315 | 102 | 0 | 7 | 15 | 255 | 104 | 72 |
| Binary | 1001011 | 11011101 | 11001101 | 1000010 | 0 | 111 | 1101 | 10101101 | 1000100 | 111010 |
Color Harmonies of #4BDDCD
Complementary color
Monochromatic Colors of #4BDDCD
Black with #4BDDCD
Text Example
Text Example
White with #4BDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDCD; }
p { color: rgb(75,221,205); }
H1.HeaderClassName
{
color: #4BDDCD;
}
.AnyTagClassName
{
color: #4BDDCD;
}
</style>
background-color css
<style>
a { background-color: #4BDDCD; }
a { background-color: rgb(75,221,205); }
div.DivClassName
{
background-color: #4BDDCD;
}
.BgClassName
{
background-color: #4BDDCD;
}
</style>
border-color css
<style>
span { border-color: #4BDDCD; }
span { border-color: rgb(75,221,205); }
td.TdClassName
{
border-color: #4BDDCD;
}
.TagClassName
{
border-color: #4BDDCD;
}
</style>