Shades of Turquoise #4BDFBB
Tints of Turquoise #4BDFBB
RGB
CMYK
RGB Variations
Color information
#4BDFBB (or 0x4BDFBB) is known color: Turquoise. HEX triplet: 4B, DF and BB. RGB value is (75,223,187). Sum of RGB (Red+Green+Blue) = 75+223+187=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFBB is #B42044. Grayscale: #AEAEAE. Windows color (decimal): -11804741 or 12312395. OLE color: 12312395.
HSL color Cylindrical-coordinate representation of color #4BDFBB: hue angle of 165.41º degrees, saturation: 0.7, 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 #4BDFBB is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 187 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.13 |
| HSL | 165.41º | 0.7% | 0.58% | - |
| HSV(B) | 165.41º | 0.66% | 0.87% | - |
| XYZ | 38.26 | 57.86 | 56.17 | - |
| YUV | 174.64 | 134.97 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 187 | 0.66 | 0 | 0.16 | 0.13 | 165.41 | 0.7 | 0.58 |
| Hex | 4B | DF | BB | 42 | 0 | 10 | D | A5 | 46 | 3A |
| Octal | 113 | 337 | 273 | 102 | 0 | 20 | 15 | 245 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10111011 | 1000010 | 0 | 10000 | 1101 | 10100101 | 1000110 | 111010 |
Color Harmonies of #4BDFBB
Complementary color
Monochromatic Colors of #4BDFBB
Black with #4BDFBB
Text Example
Text Example
White with #4BDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFBB; }
p { color: rgb(75,223,187); }
H1.HeaderClassName
{
color: #4BDFBB;
}
.AnyTagClassName
{
color: #4BDFBB;
}
</style>
background-color css
<style>
a { background-color: #4BDFBB; }
a { background-color: rgb(75,223,187); }
div.DivClassName
{
background-color: #4BDFBB;
}
.BgClassName
{
background-color: #4BDFBB;
}
</style>
border-color css
<style>
span { border-color: #4BDFBB; }
span { border-color: rgb(75,223,187); }
td.TdClassName
{
border-color: #4BDFBB;
}
.TagClassName
{
border-color: #4BDFBB;
}
</style>