Shades of Pale Turquoise #A9FEF5
Tints of Pale Turquoise #A9FEF5
RGB
CMYK
RGB Variations
Color information
#A9FEF5 (or 0xA9FEF5) is known color: Pale Turquoise. HEX triplet: A9, FE and F5. RGB value is (169,254,245). Sum of RGB (Red+Green+Blue) = 169+254+245=668 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.30% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #A9FEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FEF5 is #56010A. Grayscale: #E3E3E3. Windows color (decimal): -5636363 or 16121513. OLE color: 16121513.
HSL color Cylindrical-coordinate representation of color #A9FEF5: hue angle of 173.65º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FEF5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 254 | 245 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.00 |
| HSL | 173.65º | 0.98% | 0.83% | - |
| HSV(B) | 173.65º | 0.33% | 1% | - |
| XYZ | 68.29 | 85.91 | 99.37 | - |
| YUV | 227.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 254 | 245 | 0.33 | 0 | 0.04 | 0.00 | 173.65 | 0.98 | 0.83 |
| Hex | A9 | FE | F5 | 21 | 0 | 4 | 0 | AE | 62 | 53 |
| Octal | 251 | 376 | 365 | 41 | 0 | 4 | 0 | 256 | 142 | 123 |
| Binary | 10101001 | 11111110 | 11110101 | 100001 | 0 | 100 | 0 | 10101110 | 1100010 | 1010011 |
Color Harmonies of #A9FEF5
Complementary color
Monochromatic Colors of #A9FEF5
Black with #A9FEF5
Text Example
Text Example
White with #A9FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FEF5; }
p { color: rgb(169,254,245); }
H1.HeaderClassName
{
color: #A9FEF5;
}
.AnyTagClassName
{
color: #A9FEF5;
}
</style>
background-color css
<style>
a { background-color: #A9FEF5; }
a { background-color: rgb(169,254,245); }
div.DivClassName
{
background-color: #A9FEF5;
}
.BgClassName
{
background-color: #A9FEF5;
}
</style>
border-color css
<style>
span { border-color: #A9FEF5; }
span { border-color: rgb(169,254,245); }
td.TdClassName
{
border-color: #A9FEF5;
}
.TagClassName
{
border-color: #A9FEF5;
}
</style>