Shades of Pale Turquoise #A0FAFE
Tints of Pale Turquoise #A0FAFE
RGB
CMYK
RGB Variations
Color information
#A0FAFE (or 0xA0FAFE) is known color: Pale Turquoise. HEX triplet: A0, FA and FE. RGB value is (160,250,254). Sum of RGB (Red+Green+Blue) = 160+250+254=664 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.10% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FAFE is #5F0501. Grayscale: #DFDFDF. Windows color (decimal): -6227202 or 16710304. OLE color: 16710304.
HSL color Cylindrical-coordinate representation of color #A0FAFE: hue angle of 182.55º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FAFE is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 250 | 254 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.00 |
| HSL | 182.55º | 0.98% | 0.81% | - |
| HSV(B) | 182.55º | 0.37% | 1% | - |
| XYZ | 66.57 | 83 | 106.28 | - |
| YUV | 223.55 | 145.18 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 254 | 0.37 | 0.02 | 0 | 0.00 | 182.55 | 0.98 | 0.81 |
| Hex | A0 | FA | FE | 25 | 2 | 0 | 0 | B7 | 62 | 51 |
| Octal | 240 | 372 | 376 | 45 | 2 | 0 | 0 | 267 | 142 | 121 |
| Binary | 10100000 | 11111010 | 11111110 | 100101 | 10 | 0 | 0 | 10110111 | 1100010 | 1010001 |
Color Harmonies of #A0FAFE
Complementary color
Monochromatic Colors of #A0FAFE
Black with #A0FAFE
Text Example
Text Example
White with #A0FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FAFE; }
p { color: rgb(160,250,254); }
H1.HeaderClassName
{
color: #A0FAFE;
}
.AnyTagClassName
{
color: #A0FAFE;
}
</style>
background-color css
<style>
a { background-color: #A0FAFE; }
a { background-color: rgb(160,250,254); }
div.DivClassName
{
background-color: #A0FAFE;
}
.BgClassName
{
background-color: #A0FAFE;
}
</style>
border-color css
<style>
span { border-color: #A0FAFE; }
span { border-color: rgb(160,250,254); }
td.TdClassName
{
border-color: #A0FAFE;
}
.TagClassName
{
border-color: #A0FAFE;
}
</style>