Shades of Pale Turquoise #A8F4FF
Tints of Pale Turquoise #A8F4FF
RGB
CMYK
RGB Variations
Color information
#A8F4FF (or 0xA8F4FF) is known color: Pale Turquoise. HEX triplet: A8, F4 and FF. RGB value is (168,244,255). Sum of RGB (Red+Green+Blue) = 168+244+255=667 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.19% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F4FF is #570B00. Grayscale: #DEDEDE. Windows color (decimal): -5704449 or 16774312. OLE color: 16774312.
HSL color Cylindrical-coordinate representation of color #A8F4FF: hue angle of 187.59º 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 #A8F4FF is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 244 | 255 | - |
| CMYK | 0.34 | 0.04 | 0 | 0 |
| HSL | 187.59º | 1% | 0.83% | - |
| HSV(B) | 187.59º | 0.34% | 1% | - |
| XYZ | 66.55 | 80.25 | 106.59 | - |
| YUV | 222.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 255 | 0.34 | 0.04 | 0 | 0 | 187.59 | 1 | 0.83 |
| Hex | A8 | F4 | FF | 22 | 4 | 0 | 0 | BC | 64 | 53 |
| Octal | 250 | 364 | 377 | 42 | 4 | 0 | 0 | 274 | 144 | 123 |
| Binary | 10101000 | 11110100 | 11111111 | 100010 | 100 | 0 | 0 | 10111100 | 1100100 | 1010011 |
Color Harmonies of #A8F4FF
Complementary color
Monochromatic Colors of #A8F4FF
Black with #A8F4FF
Text Example
Text Example
White with #A8F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4FF; }
p { color: rgb(168,244,255); }
H1.HeaderClassName
{
color: #A8F4FF;
}
.AnyTagClassName
{
color: #A8F4FF;
}
</style>
background-color css
<style>
a { background-color: #A8F4FF; }
a { background-color: rgb(168,244,255); }
div.DivClassName
{
background-color: #A8F4FF;
}
.BgClassName
{
background-color: #A8F4FF;
}
</style>
border-color css
<style>
span { border-color: #A8F4FF; }
span { border-color: rgb(168,244,255); }
td.TdClassName
{
border-color: #A8F4FF;
}
.TagClassName
{
border-color: #A8F4FF;
}
</style>