Shades of Turquoise #4BFDDB
Tints of Turquoise #4BFDDB
RGB
CMYK
RGB Variations
Color information
#4BFDDB (or 0x4BFDDB) is known color: Turquoise. HEX triplet: 4B, FD and DB. RGB value is (75,253,219). Sum of RGB (Red+Green+Blue) = 75+253+219=547 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.71% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFDDB is #B40224. Grayscale: #C3C3C3. Windows color (decimal): -11797029 or 14417227. OLE color: 14417227.
HSL color Cylindrical-coordinate representation of color #4BFDDB: hue angle of 168.54º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFDDB is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 219 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.01 |
| HSL | 168.54º | 0.98% | 0.64% | - |
| HSV(B) | 168.54º | 0.7% | 0.99% | - |
| XYZ | 50.81 | 76.86 | 79.18 | - |
| YUV | 195.9 | 141.03 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 219 | 0.70 | 0 | 0.13 | 0.01 | 168.54 | 0.98 | 0.64 |
| Hex | 4B | FD | DB | 46 | 0 | D | 1 | A9 | 62 | 40 |
| Octal | 113 | 375 | 333 | 106 | 0 | 15 | 1 | 251 | 142 | 100 |
| Binary | 1001011 | 11111101 | 11011011 | 1000110 | 0 | 1101 | 1 | 10101001 | 1100010 | 1000000 |
Color Harmonies of #4BFDDB
Complementary color
Monochromatic Colors of #4BFDDB
Black with #4BFDDB
Text Example
Text Example
White with #4BFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDDB; }
p { color: rgb(75,253,219); }
H1.HeaderClassName
{
color: #4BFDDB;
}
.AnyTagClassName
{
color: #4BFDDB;
}
</style>
background-color css
<style>
a { background-color: #4BFDDB; }
a { background-color: rgb(75,253,219); }
div.DivClassName
{
background-color: #4BFDDB;
}
.BgClassName
{
background-color: #4BFDDB;
}
</style>
border-color css
<style>
span { border-color: #4BFDDB; }
span { border-color: rgb(75,253,219); }
td.TdClassName
{
border-color: #4BFDDB;
}
.TagClassName
{
border-color: #4BFDDB;
}
</style>