Shades of Turquoise #4BF4DB
Tints of Turquoise #4BF4DB
RGB
CMYK
RGB Variations
Color information
#4BF4DB (or 0x4BF4DB) is known color: Turquoise. HEX triplet: 4B, F4 and DB. RGB value is (75,244,219). Sum of RGB (Red+Green+Blue) = 75+244+219=538 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.94% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #4BF4DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF4DB is #B40B24. Grayscale: #BEBEBE. Windows color (decimal): -11799333 or 14414923. OLE color: 14414923.
HSL color Cylindrical-coordinate representation of color #4BF4DB: hue angle of 171.12º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF4DB is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 244 | 219 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.04 |
| HSL | 171.12º | 0.88% | 0.63% | - |
| HSV(B) | 171.12º | 0.69% | 0.96% | - |
| XYZ | 48.04 | 71.31 | 78.25 | - |
| YUV | 190.62 | 144.01 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 244 | 219 | 0.69 | 0 | 0.10 | 0.04 | 171.12 | 0.88 | 0.63 |
| Hex | 4B | F4 | DB | 45 | 0 | A | 4 | AB | 58 | 3F |
| Octal | 113 | 364 | 333 | 105 | 0 | 12 | 4 | 253 | 130 | 77 |
| Binary | 1001011 | 11110100 | 11011011 | 1000101 | 0 | 1010 | 100 | 10101011 | 1011000 | 111111 |
Color Harmonies of #4BF4DB
Complementary color
Monochromatic Colors of #4BF4DB
Black with #4BF4DB
Text Example
Text Example
White with #4BF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF4DB; }
p { color: rgb(75,244,219); }
H1.HeaderClassName
{
color: #4BF4DB;
}
.AnyTagClassName
{
color: #4BF4DB;
}
</style>
background-color css
<style>
a { background-color: #4BF4DB; }
a { background-color: rgb(75,244,219); }
div.DivClassName
{
background-color: #4BF4DB;
}
.BgClassName
{
background-color: #4BF4DB;
}
</style>
border-color css
<style>
span { border-color: #4BF4DB; }
span { border-color: rgb(75,244,219); }
td.TdClassName
{
border-color: #4BF4DB;
}
.TagClassName
{
border-color: #4BF4DB;
}
</style>