Shades of Pale Turquoise #A8FAFB
Tints of Pale Turquoise #A8FAFB
RGB
CMYK
RGB Variations
Color information
#A8FAFB (or 0xA8FAFB) is known color: Pale Turquoise. HEX triplet: A8, FA and FB. RGB value is (168,250,251). Sum of RGB (Red+Green+Blue) = 168+250+251=669 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.11% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8FAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FAFB is #570504. Grayscale: #E1E1E1. Windows color (decimal): -5702917 or 16513704. OLE color: 16513704.
HSL color Cylindrical-coordinate representation of color #A8FAFB: hue angle of 180.72º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAFB is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 251 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.02 |
| HSL | 180.72º | 0.91% | 0.82% | - |
| HSV(B) | 180.72º | 0.33% | 0.98% | - |
| XYZ | 67.75 | 83.66 | 103.84 | - |
| YUV | 225.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 251 | 0.33 | 0.00 | 0 | 0.02 | 180.72 | 0.91 | 0.82 |
| Hex | A8 | FA | FB | 21 | 0 | 0 | 2 | B5 | 5B | 52 |
| Octal | 250 | 372 | 373 | 41 | 0 | 0 | 2 | 265 | 133 | 122 |
| Binary | 10101000 | 11111010 | 11111011 | 100001 | 0 | 0 | 10 | 10110101 | 1011011 | 1010010 |
Color Harmonies of #A8FAFB
Complementary color
Monochromatic Colors of #A8FAFB
Black with #A8FAFB
Text Example
Text Example
White with #A8FAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FAFB; }
p { color: rgb(168,250,251); }
H1.HeaderClassName
{
color: #A8FAFB;
}
.AnyTagClassName
{
color: #A8FAFB;
}
</style>
background-color css
<style>
a { background-color: #A8FAFB; }
a { background-color: rgb(168,250,251); }
div.DivClassName
{
background-color: #A8FAFB;
}
.BgClassName
{
background-color: #A8FAFB;
}
</style>
border-color css
<style>
span { border-color: #A8FAFB; }
span { border-color: rgb(168,250,251); }
td.TdClassName
{
border-color: #A8FAFB;
}
.TagClassName
{
border-color: #A8FAFB;
}
</style>