Shades of Turquoise #4BFDB5
Tints of Turquoise #4BFDB5
RGB
CMYK
RGB Variations
Color information
#4BFDB5 (or 0x4BFDB5) is known color: Turquoise. HEX triplet: 4B, FD and B5. RGB value is (75,253,181). Sum of RGB (Red+Green+Blue) = 75+253+181=509 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.73% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFDB5 is #B4024A. Grayscale: #BFBFBF. Windows color (decimal): -11797067 or 11926859. OLE color: 11926859.
HSL color Cylindrical-coordinate representation of color #4BFDB5: hue angle of 155.73º 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 #4BFDB5 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 181 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.01 |
| HSL | 155.73º | 0.98% | 0.64% | - |
| HSV(B) | 155.73º | 0.7% | 0.99% | - |
| XYZ | 46.37 | 75.08 | 55.76 | - |
| YUV | 191.57 | 122.03 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 181 | 0.70 | 0 | 0.28 | 0.01 | 155.73 | 0.98 | 0.64 |
| Hex | 4B | FD | B5 | 46 | 0 | 1C | 1 | 9C | 62 | 40 |
| Octal | 113 | 375 | 265 | 106 | 0 | 34 | 1 | 234 | 142 | 100 |
| Binary | 1001011 | 11111101 | 10110101 | 1000110 | 0 | 11100 | 1 | 10011100 | 1100010 | 1000000 |
Color Harmonies of #4BFDB5
Complementary color
Monochromatic Colors of #4BFDB5
Black with #4BFDB5
Text Example
Text Example
White with #4BFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDB5; }
p { color: rgb(75,253,181); }
H1.HeaderClassName
{
color: #4BFDB5;
}
.AnyTagClassName
{
color: #4BFDB5;
}
</style>
background-color css
<style>
a { background-color: #4BFDB5; }
a { background-color: rgb(75,253,181); }
div.DivClassName
{
background-color: #4BFDB5;
}
.BgClassName
{
background-color: #4BFDB5;
}
</style>
border-color css
<style>
span { border-color: #4BFDB5; }
span { border-color: rgb(75,253,181); }
td.TdClassName
{
border-color: #4BFDB5;
}
.TagClassName
{
border-color: #4BFDB5;
}
</style>