Shades of Turquoise #4AFADC
Tints of Turquoise #4AFADC
RGB
CMYK
RGB Variations
Color information
#4AFADC (or 0x4AFADC) is known color: Turquoise. HEX triplet: 4A, FA and DC. RGB value is (74,250,220). Sum of RGB (Red+Green+Blue) = 74+250+220=544 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.60% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFADC is #B50523. Grayscale: #C1C1C1. Windows color (decimal): -11863332 or 14481994. OLE color: 14481994.
HSL color Cylindrical-coordinate representation of color #4AFADC: hue angle of 169.77º 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 #4AFADC is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 220 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.02 |
| HSL | 169.77º | 0.95% | 0.64% | - |
| HSV(B) | 169.77º | 0.7% | 0.98% | - |
| XYZ | 49.93 | 74.99 | 79.55 | - |
| YUV | 193.96 | 142.69 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 220 | 0.70 | 0 | 0.12 | 0.02 | 169.77 | 0.95 | 0.64 |
| Hex | 4A | FA | DC | 46 | 0 | C | 2 | AA | 5F | 40 |
| Octal | 112 | 372 | 334 | 106 | 0 | 14 | 2 | 252 | 137 | 100 |
| Binary | 1001010 | 11111010 | 11011100 | 1000110 | 0 | 1100 | 10 | 10101010 | 1011111 | 1000000 |
Color Harmonies of #4AFADC
Complementary color
Monochromatic Colors of #4AFADC
Black with #4AFADC
Text Example
Text Example
White with #4AFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFADC; }
p { color: rgb(74,250,220); }
H1.HeaderClassName
{
color: #4AFADC;
}
.AnyTagClassName
{
color: #4AFADC;
}
</style>
background-color css
<style>
a { background-color: #4AFADC; }
a { background-color: rgb(74,250,220); }
div.DivClassName
{
background-color: #4AFADC;
}
.BgClassName
{
background-color: #4AFADC;
}
</style>
border-color css
<style>
span { border-color: #4AFADC; }
span { border-color: rgb(74,250,220); }
td.TdClassName
{
border-color: #4AFADC;
}
.TagClassName
{
border-color: #4AFADC;
}
</style>