Shades of Pale Turquoise #A8F8FB
Tints of Pale Turquoise #A8F8FB
RGB
CMYK
RGB Variations
Color information
#A8F8FB (or 0xA8F8FB) is known color: Pale Turquoise. HEX triplet: A8, F8 and FB. RGB value is (168,248,251). Sum of RGB (Red+Green+Blue) = 168+248+251=667 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.19% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8F8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F8FB is #570704. Grayscale: #E0E0E0. Windows color (decimal): -5703429 or 16513192. OLE color: 16513192.
HSL color Cylindrical-coordinate representation of color #A8F8FB: hue angle of 182.17º 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 #A8F8FB is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 248 | 251 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.02 |
| HSL | 182.17º | 0.91% | 0.82% | - |
| HSV(B) | 182.17º | 0.33% | 0.98% | - |
| XYZ | 67.13 | 82.42 | 103.64 | - |
| YUV | 224.42 | 143 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 251 | 0.33 | 0.01 | 0 | 0.02 | 182.17 | 0.91 | 0.82 |
| Hex | A8 | F8 | FB | 21 | 1 | 0 | 2 | B6 | 5B | 52 |
| Octal | 250 | 370 | 373 | 41 | 1 | 0 | 2 | 266 | 133 | 122 |
| Binary | 10101000 | 11111000 | 11111011 | 100001 | 1 | 0 | 10 | 10110110 | 1011011 | 1010010 |
Color Harmonies of #A8F8FB
Complementary color
Monochromatic Colors of #A8F8FB
Black with #A8F8FB
Text Example
Text Example
White with #A8F8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F8FB; }
p { color: rgb(168,248,251); }
H1.HeaderClassName
{
color: #A8F8FB;
}
.AnyTagClassName
{
color: #A8F8FB;
}
</style>
background-color css
<style>
a { background-color: #A8F8FB; }
a { background-color: rgb(168,248,251); }
div.DivClassName
{
background-color: #A8F8FB;
}
.BgClassName
{
background-color: #A8F8FB;
}
</style>
border-color css
<style>
span { border-color: #A8F8FB; }
span { border-color: rgb(168,248,251); }
td.TdClassName
{
border-color: #A8F8FB;
}
.TagClassName
{
border-color: #A8F8FB;
}
</style>