Shades of Turquoise #4BDDBD
Tints of Turquoise #4BDDBD
RGB
CMYK
RGB Variations
Color information
#4BDDBD (or 0x4BDDBD) is known color: Turquoise. HEX triplet: 4B, DD and BD. RGB value is (75,221,189). Sum of RGB (Red+Green+Blue) = 75+221+189=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDDBD is #B42242. Grayscale: #ADADAD. Windows color (decimal): -11805251 or 12442955. OLE color: 12442955.
HSL color Cylindrical-coordinate representation of color #4BDDBD: hue angle of 166.85º 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 #4BDDBD is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 189 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.13 |
| HSL | 166.85º | 0.68% | 0.58% | - |
| HSV(B) | 166.85º | 0.66% | 0.87% | - |
| XYZ | 37.94 | 56.88 | 57.12 | - |
| YUV | 173.7 | 136.63 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 189 | 0.66 | 0 | 0.14 | 0.13 | 166.85 | 0.68 | 0.58 |
| Hex | 4B | DD | BD | 42 | 0 | E | D | A7 | 44 | 3A |
| Octal | 113 | 335 | 275 | 102 | 0 | 16 | 15 | 247 | 104 | 72 |
| Binary | 1001011 | 11011101 | 10111101 | 1000010 | 0 | 1110 | 1101 | 10100111 | 1000100 | 111010 |
Color Harmonies of #4BDDBD
Complementary color
Monochromatic Colors of #4BDDBD
Black with #4BDDBD
Text Example
Text Example
White with #4BDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDBD; }
p { color: rgb(75,221,189); }
H1.HeaderClassName
{
color: #4BDDBD;
}
.AnyTagClassName
{
color: #4BDDBD;
}
</style>
background-color css
<style>
a { background-color: #4BDDBD; }
a { background-color: rgb(75,221,189); }
div.DivClassName
{
background-color: #4BDDBD;
}
.BgClassName
{
background-color: #4BDDBD;
}
</style>
border-color css
<style>
span { border-color: #4BDDBD; }
span { border-color: rgb(75,221,189); }
td.TdClassName
{
border-color: #4BDDBD;
}
.TagClassName
{
border-color: #4BDDBD;
}
</style>