Shades of Turquoise #4BDFB7
Tints of Turquoise #4BDFB7
RGB
CMYK
RGB Variations
Color information
#4BDFB7 (or 0x4BDFB7) is known color: Turquoise. HEX triplet: 4B, DF and B7. RGB value is (75,223,183). Sum of RGB (Red+Green+Blue) = 75+223+183=481 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.59% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFB7 is #B42048. Grayscale: #AEAEAE. Windows color (decimal): -11804745 or 12050251. OLE color: 12050251.
HSL color Cylindrical-coordinate representation of color #4BDFB7: hue angle of 163.78º 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 #4BDFB7 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 183 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.13 |
| HSL | 163.78º | 0.7% | 0.58% | - |
| HSV(B) | 163.78º | 0.66% | 0.87% | - |
| XYZ | 37.84 | 57.69 | 53.94 | - |
| YUV | 174.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 183 | 0.66 | 0 | 0.18 | 0.13 | 163.78 | 0.7 | 0.58 |
| Hex | 4B | DF | B7 | 42 | 0 | 12 | D | A4 | 46 | 3A |
| Octal | 113 | 337 | 267 | 102 | 0 | 22 | 15 | 244 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10110111 | 1000010 | 0 | 10010 | 1101 | 10100100 | 1000110 | 111010 |
Color Harmonies of #4BDFB7
Complementary color
Monochromatic Colors of #4BDFB7
Black with #4BDFB7
Text Example
Text Example
White with #4BDFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFB7; }
p { color: rgb(75,223,183); }
H1.HeaderClassName
{
color: #4BDFB7;
}
.AnyTagClassName
{
color: #4BDFB7;
}
</style>
background-color css
<style>
a { background-color: #4BDFB7; }
a { background-color: rgb(75,223,183); }
div.DivClassName
{
background-color: #4BDFB7;
}
.BgClassName
{
background-color: #4BDFB7;
}
</style>
border-color css
<style>
span { border-color: #4BDFB7; }
span { border-color: rgb(75,223,183); }
td.TdClassName
{
border-color: #4BDFB7;
}
.TagClassName
{
border-color: #4BDFB7;
}
</style>