Shades of Turquoise #4AFAE2
Tints of Turquoise #4AFAE2
RGB
CMYK
RGB Variations
Color information
#4AFAE2 (or 0x4AFAE2) is known color: Turquoise. HEX triplet: 4A, FA and E2. RGB value is (74,250,226). Sum of RGB (Red+Green+Blue) = 74+250+226=550 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.45% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFAE2 is #B5051D. Grayscale: #C2C2C2. Windows color (decimal): -11863326 or 14875210. OLE color: 14875210.
HSL color Cylindrical-coordinate representation of color #4AFAE2: hue angle of 171.82º 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 #4AFAE2 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 226 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.02 |
| HSL | 171.82º | 0.95% | 0.64% | - |
| HSV(B) | 171.82º | 0.7% | 0.98% | - |
| XYZ | 50.74 | 75.32 | 83.82 | - |
| YUV | 194.64 | 145.69 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 226 | 0.70 | 0 | 0.10 | 0.02 | 171.82 | 0.95 | 0.64 |
| Hex | 4A | FA | E2 | 46 | 0 | A | 2 | AC | 5F | 40 |
| Octal | 112 | 372 | 342 | 106 | 0 | 12 | 2 | 254 | 137 | 100 |
| Binary | 1001010 | 11111010 | 11100010 | 1000110 | 0 | 1010 | 10 | 10101100 | 1011111 | 1000000 |
Color Harmonies of #4AFAE2
Complementary color
Monochromatic Colors of #4AFAE2
Black with #4AFAE2
Text Example
Text Example
White with #4AFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFAE2; }
p { color: rgb(74,250,226); }
H1.HeaderClassName
{
color: #4AFAE2;
}
.AnyTagClassName
{
color: #4AFAE2;
}
</style>
background-color css
<style>
a { background-color: #4AFAE2; }
a { background-color: rgb(74,250,226); }
div.DivClassName
{
background-color: #4AFAE2;
}
.BgClassName
{
background-color: #4AFAE2;
}
</style>
border-color css
<style>
span { border-color: #4AFAE2; }
span { border-color: rgb(74,250,226); }
td.TdClassName
{
border-color: #4AFAE2;
}
.TagClassName
{
border-color: #4AFAE2;
}
</style>