Shades of Pale Turquoise #A8FFF5
Tints of Pale Turquoise #A8FFF5
RGB
CMYK
RGB Variations
Color information
#A8FFF5 (or 0xA8FFF5) is known color: Pale Turquoise. HEX triplet: A8, FF and F5. RGB value is (168,255,245). Sum of RGB (Red+Green+Blue) = 168+255+245=668 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.15% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFF5 is #57000A. Grayscale: #E3E3E3. Windows color (decimal): -5701643 or 16121768. OLE color: 16121768.
HSL color Cylindrical-coordinate representation of color #A8FFF5: hue angle of 173.1º 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 #A8FFF5 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 245 | - |
| CMYK | 0.34 | 0 | 0.04 | 0 |
| HSL | 173.1º | 1% | 0.83% | - |
| HSV(B) | 173.1º | 0.34% | 1% | - |
| XYZ | 68.39 | 86.44 | 99.47 | - |
| YUV | 227.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 245 | 0.34 | 0 | 0.04 | 0 | 173.1 | 1 | 0.83 |
| Hex | A8 | FF | F5 | 22 | 0 | 4 | 0 | AD | 64 | 53 |
| Octal | 250 | 377 | 365 | 42 | 0 | 4 | 0 | 255 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11110101 | 100010 | 0 | 100 | 0 | 10101101 | 1100100 | 1010011 |
Color Harmonies of #A8FFF5
Complementary color
Monochromatic Colors of #A8FFF5
Black with #A8FFF5
Text Example
Text Example
White with #A8FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFF5; }
p { color: rgb(168,255,245); }
H1.HeaderClassName
{
color: #A8FFF5;
}
.AnyTagClassName
{
color: #A8FFF5;
}
</style>
background-color css
<style>
a { background-color: #A8FFF5; }
a { background-color: rgb(168,255,245); }
div.DivClassName
{
background-color: #A8FFF5;
}
.BgClassName
{
background-color: #A8FFF5;
}
</style>
border-color css
<style>
span { border-color: #A8FFF5; }
span { border-color: rgb(168,255,245); }
td.TdClassName
{
border-color: #A8FFF5;
}
.TagClassName
{
border-color: #A8FFF5;
}
</style>