Shades of Pale Turquoise #A8F2FF
Tints of Pale Turquoise #A8F2FF
RGB
CMYK
RGB Variations
Color information
#A8F2FF (or 0xA8F2FF) is known color: Pale Turquoise. HEX triplet: A8, F2 and FF. RGB value is (168,242,255). Sum of RGB (Red+Green+Blue) = 168+242+255=665 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.26% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F2FF is #570D00. Grayscale: #DDDDDD. Windows color (decimal): -5704961 or 16773800. OLE color: 16773800.
HSL color Cylindrical-coordinate representation of color #A8F2FF: hue angle of 188.97º 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 #A8F2FF is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 242 | 255 | - |
| CMYK | 0.34 | 0.05 | 0 | 0 |
| HSL | 188.97º | 1% | 0.83% | - |
| HSV(B) | 188.97º | 0.34% | 1% | - |
| XYZ | 65.95 | 79.05 | 106.39 | - |
| YUV | 221.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 255 | 0.34 | 0.05 | 0 | 0 | 188.97 | 1 | 0.83 |
| Hex | A8 | F2 | FF | 22 | 5 | 0 | 0 | BD | 64 | 53 |
| Octal | 250 | 362 | 377 | 42 | 5 | 0 | 0 | 275 | 144 | 123 |
| Binary | 10101000 | 11110010 | 11111111 | 100010 | 101 | 0 | 0 | 10111101 | 1100100 | 1010011 |
Color Harmonies of #A8F2FF
Complementary color
Monochromatic Colors of #A8F2FF
Black with #A8F2FF
Text Example
Text Example
White with #A8F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F2FF; }
p { color: rgb(168,242,255); }
H1.HeaderClassName
{
color: #A8F2FF;
}
.AnyTagClassName
{
color: #A8F2FF;
}
</style>
background-color css
<style>
a { background-color: #A8F2FF; }
a { background-color: rgb(168,242,255); }
div.DivClassName
{
background-color: #A8F2FF;
}
.BgClassName
{
background-color: #A8F2FF;
}
</style>
border-color css
<style>
span { border-color: #A8F2FF; }
span { border-color: rgb(168,242,255); }
td.TdClassName
{
border-color: #A8F2FF;
}
.TagClassName
{
border-color: #A8F2FF;
}
</style>