Shades of Turquoise #4BDDBC
Tints of Turquoise #4BDDBC
RGB
CMYK
RGB Variations
Color information
#4BDDBC (or 0x4BDDBC) is known color: Turquoise. HEX triplet: 4B, DD and BC. RGB value is (75,221,188). Sum of RGB (Red+Green+Blue) = 75+221+188=484 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.50% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDDBC is #B42243. Grayscale: #ADADAD. Windows color (decimal): -11805252 or 12377419. OLE color: 12377419.
HSL color Cylindrical-coordinate representation of color #4BDDBC: hue angle of 166.44º 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 #4BDDBC is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 188 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.13 |
| HSL | 166.44º | 0.68% | 0.58% | - |
| HSV(B) | 166.44º | 0.66% | 0.87% | - |
| XYZ | 37.84 | 56.84 | 56.55 | - |
| YUV | 173.58 | 136.13 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 188 | 0.66 | 0 | 0.15 | 0.13 | 166.44 | 0.68 | 0.58 |
| Hex | 4B | DD | BC | 42 | 0 | F | D | A6 | 44 | 3A |
| Octal | 113 | 335 | 274 | 102 | 0 | 17 | 15 | 246 | 104 | 72 |
| Binary | 1001011 | 11011101 | 10111100 | 1000010 | 0 | 1111 | 1101 | 10100110 | 1000100 | 111010 |
Color Harmonies of #4BDDBC
Complementary color
Monochromatic Colors of #4BDDBC
Black with #4BDDBC
Text Example
Text Example
White with #4BDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDBC; }
p { color: rgb(75,221,188); }
H1.HeaderClassName
{
color: #4BDDBC;
}
.AnyTagClassName
{
color: #4BDDBC;
}
</style>
background-color css
<style>
a { background-color: #4BDDBC; }
a { background-color: rgb(75,221,188); }
div.DivClassName
{
background-color: #4BDDBC;
}
.BgClassName
{
background-color: #4BDDBC;
}
</style>
border-color css
<style>
span { border-color: #4BDDBC; }
span { border-color: rgb(75,221,188); }
td.TdClassName
{
border-color: #4BDDBC;
}
.TagClassName
{
border-color: #4BDDBC;
}
</style>