Shades of Pale Turquoise #A8F9FE
Tints of Pale Turquoise #A8F9FE
RGB
CMYK
RGB Variations
Color information
#A8F9FE (or 0xA8F9FE) is known color: Pale Turquoise. HEX triplet: A8, F9 and FE. RGB value is (168,249,254). Sum of RGB (Red+Green+Blue) = 168+249+254=671 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.04% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8F9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F9FE is #570601. Grayscale: #E1E1E1. Windows color (decimal): -5703170 or 16710056. OLE color: 16710056.
HSL color Cylindrical-coordinate representation of color #A8F9FE: hue angle of 183.49º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8F9FE is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 249 | 254 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.00 |
| HSL | 183.49º | 0.98% | 0.83% | - |
| HSV(B) | 183.49º | 0.34% | 1% | - |
| XYZ | 67.91 | 83.23 | 106.25 | - |
| YUV | 225.35 | 144.16 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 254 | 0.34 | 0.02 | 0 | 0.00 | 183.49 | 0.98 | 0.83 |
| Hex | A8 | F9 | FE | 22 | 2 | 0 | 0 | B7 | 62 | 53 |
| Octal | 250 | 371 | 376 | 42 | 2 | 0 | 0 | 267 | 142 | 123 |
| Binary | 10101000 | 11111001 | 11111110 | 100010 | 10 | 0 | 0 | 10110111 | 1100010 | 1010011 |
Color Harmonies of #A8F9FE
Complementary color
Monochromatic Colors of #A8F9FE
Black with #A8F9FE
Text Example
Text Example
White with #A8F9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F9FE; }
p { color: rgb(168,249,254); }
H1.HeaderClassName
{
color: #A8F9FE;
}
.AnyTagClassName
{
color: #A8F9FE;
}
</style>
background-color css
<style>
a { background-color: #A8F9FE; }
a { background-color: rgb(168,249,254); }
div.DivClassName
{
background-color: #A8F9FE;
}
.BgClassName
{
background-color: #A8F9FE;
}
</style>
border-color css
<style>
span { border-color: #A8F9FE; }
span { border-color: rgb(168,249,254); }
td.TdClassName
{
border-color: #A8F9FE;
}
.TagClassName
{
border-color: #A8F9FE;
}
</style>