Shades of Pale Turquoise #A8FFFC
Tints of Pale Turquoise #A8FFFC
RGB
CMYK
RGB Variations
Color information
#A8FFFC (or 0xA8FFFC) is known color: Pale Turquoise. HEX triplet: A8, FF and FC. RGB value is (168,255,252). Sum of RGB (Red+Green+Blue) = 168+255+252=675 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.89% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFFC is #570003. Grayscale: #E4E4E4. Windows color (decimal): -5701636 or 16580520. OLE color: 16580520.
HSL color Cylindrical-coordinate representation of color #A8FFFC: hue angle of 177.93º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFFC is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 252 | - |
| CMYK | 0.34 | 0 | 0.01 | 0 |
| HSL | 177.93º | 1% | 0.83% | - |
| HSV(B) | 177.93º | 0.34% | 1% | - |
| XYZ | 69.48 | 86.87 | 105.2 | - |
| YUV | 228.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 252 | 0.34 | 0 | 0.01 | 0 | 177.93 | 1 | 0.83 |
| Hex | A8 | FF | FC | 22 | 0 | 1 | 0 | B2 | 64 | 53 |
| Octal | 250 | 377 | 374 | 42 | 0 | 1 | 0 | 262 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11111100 | 100010 | 0 | 1 | 0 | 10110010 | 1100100 | 1010011 |
Color Harmonies of #A8FFFC
Complementary color
Monochromatic Colors of #A8FFFC
Black with #A8FFFC
Text Example
Text Example
White with #A8FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFFC; }
p { color: rgb(168,255,252); }
H1.HeaderClassName
{
color: #A8FFFC;
}
.AnyTagClassName
{
color: #A8FFFC;
}
</style>
background-color css
<style>
a { background-color: #A8FFFC; }
a { background-color: rgb(168,255,252); }
div.DivClassName
{
background-color: #A8FFFC;
}
.BgClassName
{
background-color: #A8FFFC;
}
</style>
border-color css
<style>
span { border-color: #A8FFFC; }
span { border-color: rgb(168,255,252); }
td.TdClassName
{
border-color: #A8FFFC;
}
.TagClassName
{
border-color: #A8FFFC;
}
</style>