Shades of Turquoise #4BFBDB
Tints of Turquoise #4BFBDB
RGB
CMYK
RGB Variations
Color information
#4BFBDB (or 0x4BFBDB) is known color: Turquoise. HEX triplet: 4B, FB and DB. RGB value is (75,251,219). Sum of RGB (Red+Green+Blue) = 75+251+219=545 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.76% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBDB is #B40424. Grayscale: #C2C2C2. Windows color (decimal): -11797541 or 14416715. OLE color: 14416715.
HSL color Cylindrical-coordinate representation of color #4BFBDB: hue angle of 169.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFBDB is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 219 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.02 |
| HSL | 169.09º | 0.96% | 0.64% | - |
| HSV(B) | 169.09º | 0.7% | 0.98% | - |
| XYZ | 50.19 | 75.6 | 78.97 | - |
| YUV | 194.73 | 141.69 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 219 | 0.70 | 0 | 0.13 | 0.02 | 169.09 | 0.96 | 0.64 |
| Hex | 4B | FB | DB | 46 | 0 | D | 2 | A9 | 60 | 40 |
| Octal | 113 | 373 | 333 | 106 | 0 | 15 | 2 | 251 | 140 | 100 |
| Binary | 1001011 | 11111011 | 11011011 | 1000110 | 0 | 1101 | 10 | 10101001 | 1100000 | 1000000 |
Color Harmonies of #4BFBDB
Complementary color
Monochromatic Colors of #4BFBDB
Black with #4BFBDB
Text Example
Text Example
White with #4BFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFBDB; }
p { color: rgb(75,251,219); }
H1.HeaderClassName
{
color: #4BFBDB;
}
.AnyTagClassName
{
color: #4BFBDB;
}
</style>
background-color css
<style>
a { background-color: #4BFBDB; }
a { background-color: rgb(75,251,219); }
div.DivClassName
{
background-color: #4BFBDB;
}
.BgClassName
{
background-color: #4BFBDB;
}
</style>
border-color css
<style>
span { border-color: #4BFBDB; }
span { border-color: rgb(75,251,219); }
td.TdClassName
{
border-color: #4BFBDB;
}
.TagClassName
{
border-color: #4BFBDB;
}
</style>