Shades of Turquoise #4BFADA
Tints of Turquoise #4BFADA
RGB
CMYK
RGB Variations
Color information
#4BFADA (or 0x4BFADA) is known color: Turquoise. HEX triplet: 4B, FA and DA. RGB value is (75,250,218). Sum of RGB (Red+Green+Blue) = 75+250+218=543 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.81% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFADA is #B40525. Grayscale: #C1C1C1. Windows color (decimal): -11797798 or 14350923. OLE color: 14350923.
HSL color Cylindrical-coordinate representation of color #4BFADA: hue angle of 169.03º 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 #4BFADA is Cyan = 0.7, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 218 | - |
| CMYK | 0.7 | 0 | 0.13 | 0.02 |
| HSL | 169.03º | 0.95% | 0.64% | - |
| HSV(B) | 169.03º | 0.7% | 0.98% | - |
| XYZ | 49.74 | 74.93 | 78.17 | - |
| YUV | 194.03 | 141.52 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 218 | 0.7 | 0 | 0.13 | 0.02 | 169.03 | 0.95 | 0.64 |
| Hex | 4B | FA | DA | 46 | 0 | D | 2 | A9 | 5F | 40 |
| Octal | 113 | 372 | 332 | 106 | 0 | 15 | 2 | 251 | 137 | 100 |
| Binary | 1001011 | 11111010 | 11011010 | 1000110 | 0 | 1101 | 10 | 10101001 | 1011111 | 1000000 |
Color Harmonies of #4BFADA
Complementary color
Monochromatic Colors of #4BFADA
Black with #4BFADA
Text Example
Text Example
White with #4BFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFADA; }
p { color: rgb(75,250,218); }
H1.HeaderClassName
{
color: #4BFADA;
}
.AnyTagClassName
{
color: #4BFADA;
}
</style>
background-color css
<style>
a { background-color: #4BFADA; }
a { background-color: rgb(75,250,218); }
div.DivClassName
{
background-color: #4BFADA;
}
.BgClassName
{
background-color: #4BFADA;
}
</style>
border-color css
<style>
span { border-color: #4BFADA; }
span { border-color: rgb(75,250,218); }
td.TdClassName
{
border-color: #4BFADA;
}
.TagClassName
{
border-color: #4BFADA;
}
</style>