Shades of Turquoise #4BFADC
Tints of Turquoise #4BFADC
RGB
CMYK
RGB Variations
Color information
#4BFADC (or 0x4BFADC) is known color: Turquoise. HEX triplet: 4B, FA and DC. RGB value is (75,250,220). Sum of RGB (Red+Green+Blue) = 75+250+220=545 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.76% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFADC is #B40523. Grayscale: #C2C2C2. Windows color (decimal): -11797796 or 14481995. OLE color: 14481995.
HSL color Cylindrical-coordinate representation of color #4BFADC: hue angle of 169.71º 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 #4BFADC is Cyan = 0.7, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 220 | - |
| CMYK | 0.7 | 0 | 0.12 | 0.02 |
| HSL | 169.71º | 0.95% | 0.64% | - |
| HSV(B) | 169.71º | 0.7% | 0.98% | - |
| XYZ | 50.01 | 75.03 | 79.56 | - |
| YUV | 194.26 | 142.52 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 220 | 0.7 | 0 | 0.12 | 0.02 | 169.71 | 0.95 | 0.64 |
| Hex | 4B | FA | DC | 46 | 0 | C | 2 | AA | 5F | 40 |
| Octal | 113 | 372 | 334 | 106 | 0 | 14 | 2 | 252 | 137 | 100 |
| Binary | 1001011 | 11111010 | 11011100 | 1000110 | 0 | 1100 | 10 | 10101010 | 1011111 | 1000000 |
Color Harmonies of #4BFADC
Complementary color
Monochromatic Colors of #4BFADC
Black with #4BFADC
Text Example
Text Example
White with #4BFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFADC; }
p { color: rgb(75,250,220); }
H1.HeaderClassName
{
color: #4BFADC;
}
.AnyTagClassName
{
color: #4BFADC;
}
</style>
background-color css
<style>
a { background-color: #4BFADC; }
a { background-color: rgb(75,250,220); }
div.DivClassName
{
background-color: #4BFADC;
}
.BgClassName
{
background-color: #4BFADC;
}
</style>
border-color css
<style>
span { border-color: #4BFADC; }
span { border-color: rgb(75,250,220); }
td.TdClassName
{
border-color: #4BFADC;
}
.TagClassName
{
border-color: #4BFADC;
}
</style>