Shades of Turquoise #4BFADB
Tints of Turquoise #4BFADB
RGB
CMYK
RGB Variations
Color information
#4BFADB (or 0x4BFADB) is known color: Turquoise. HEX triplet: 4B, FA and DB. RGB value is (75,250,219). Sum of RGB (Red+Green+Blue) = 75+250+219=544 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.79% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFADB is #B40524. Grayscale: #C2C2C2. Windows color (decimal): -11797797 or 14416459. OLE color: 14416459.
HSL color Cylindrical-coordinate representation of color #4BFADB: hue angle of 169.37º degrees, saturation: 0.95, 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 #4BFADB is Cyan = 0.7, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 219 | - |
| CMYK | 0.7 | 0 | 0.12 | 0.02 |
| HSL | 169.37º | 0.95% | 0.64% | - |
| HSV(B) | 169.37º | 0.7% | 0.98% | - |
| XYZ | 49.87 | 74.98 | 78.86 | - |
| YUV | 194.14 | 142.02 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 219 | 0.7 | 0 | 0.12 | 0.02 | 169.37 | 0.95 | 0.64 |
| Hex | 4B | FA | DB | 46 | 0 | C | 2 | A9 | 5F | 40 |
| Octal | 113 | 372 | 333 | 106 | 0 | 14 | 2 | 251 | 137 | 100 |
| Binary | 1001011 | 11111010 | 11011011 | 1000110 | 0 | 1100 | 10 | 10101001 | 1011111 | 1000000 |
Color Harmonies of #4BFADB
Complementary color
Monochromatic Colors of #4BFADB
Black with #4BFADB
Text Example
Text Example
White with #4BFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFADB; }
p { color: rgb(75,250,219); }
H1.HeaderClassName
{
color: #4BFADB;
}
.AnyTagClassName
{
color: #4BFADB;
}
</style>
background-color css
<style>
a { background-color: #4BFADB; }
a { background-color: rgb(75,250,219); }
div.DivClassName
{
background-color: #4BFADB;
}
.BgClassName
{
background-color: #4BFADB;
}
</style>
border-color css
<style>
span { border-color: #4BFADB; }
span { border-color: rgb(75,250,219); }
td.TdClassName
{
border-color: #4BFADB;
}
.TagClassName
{
border-color: #4BFADB;
}
</style>