Shades of Turquoise #4AFADE
Tints of Turquoise #4AFADE
RGB
CMYK
RGB Variations
Color information
#4AFADE (or 0x4AFADE) is known color: Turquoise. HEX triplet: 4A, FA and DE. RGB value is (74,250,222). Sum of RGB (Red+Green+Blue) = 74+250+222=546 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.55% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFADE is #B50521. Grayscale: #C2C2C2. Windows color (decimal): -11863330 or 14613066. OLE color: 14613066.
HSL color Cylindrical-coordinate representation of color #4AFADE: hue angle of 170.45º 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 #4AFADE is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 222 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.02 |
| HSL | 170.45º | 0.95% | 0.64% | - |
| HSV(B) | 170.45º | 0.7% | 0.98% | - |
| XYZ | 50.19 | 75.1 | 80.96 | - |
| YUV | 194.18 | 143.69 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 222 | 0.70 | 0 | 0.11 | 0.02 | 170.45 | 0.95 | 0.64 |
| Hex | 4A | FA | DE | 46 | 0 | B | 2 | AA | 5F | 40 |
| Octal | 112 | 372 | 336 | 106 | 0 | 13 | 2 | 252 | 137 | 100 |
| Binary | 1001010 | 11111010 | 11011110 | 1000110 | 0 | 1011 | 10 | 10101010 | 1011111 | 1000000 |
Color Harmonies of #4AFADE
Complementary color
Monochromatic Colors of #4AFADE
Black with #4AFADE
Text Example
Text Example
White with #4AFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFADE; }
p { color: rgb(74,250,222); }
H1.HeaderClassName
{
color: #4AFADE;
}
.AnyTagClassName
{
color: #4AFADE;
}
</style>
background-color css
<style>
a { background-color: #4AFADE; }
a { background-color: rgb(74,250,222); }
div.DivClassName
{
background-color: #4AFADE;
}
.BgClassName
{
background-color: #4AFADE;
}
</style>
border-color css
<style>
span { border-color: #4AFADE; }
span { border-color: rgb(74,250,222); }
td.TdClassName
{
border-color: #4AFADE;
}
.TagClassName
{
border-color: #4AFADE;
}
</style>