Shades of Turquoise #4AFACA
Tints of Turquoise #4AFACA
RGB
CMYK
RGB Variations
Color information
#4AFACA (or 0x4AFACA) is known color: Turquoise. HEX triplet: 4A, FA and CA. RGB value is (74,250,202). Sum of RGB (Red+Green+Blue) = 74+250+202=526 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.07% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFACA is #B50535. Grayscale: #BFBFBF. Windows color (decimal): -11863350 or 13302346. OLE color: 13302346.
HSL color Cylindrical-coordinate representation of color #4AFACA: hue angle of 163.64º 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 #4AFACA is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 202 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.02 |
| HSL | 163.64º | 0.95% | 0.64% | - |
| HSV(B) | 163.64º | 0.7% | 0.98% | - |
| XYZ | 47.67 | 74.09 | 67.67 | - |
| YUV | 191.9 | 133.69 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 202 | 0.70 | 0 | 0.19 | 0.02 | 163.64 | 0.95 | 0.64 |
| Hex | 4A | FA | CA | 46 | 0 | 13 | 2 | A4 | 5F | 40 |
| Octal | 112 | 372 | 312 | 106 | 0 | 23 | 2 | 244 | 137 | 100 |
| Binary | 1001010 | 11111010 | 11001010 | 1000110 | 0 | 10011 | 10 | 10100100 | 1011111 | 1000000 |
Color Harmonies of #4AFACA
Complementary color
Monochromatic Colors of #4AFACA
Black with #4AFACA
Text Example
Text Example
White with #4AFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFACA; }
p { color: rgb(74,250,202); }
H1.HeaderClassName
{
color: #4AFACA;
}
.AnyTagClassName
{
color: #4AFACA;
}
</style>
background-color css
<style>
a { background-color: #4AFACA; }
a { background-color: rgb(74,250,202); }
div.DivClassName
{
background-color: #4AFACA;
}
.BgClassName
{
background-color: #4AFACA;
}
</style>
border-color css
<style>
span { border-color: #4AFACA; }
span { border-color: rgb(74,250,202); }
td.TdClassName
{
border-color: #4AFACA;
}
.TagClassName
{
border-color: #4AFACA;
}
</style>