Shades of Pale Turquoise #A8F8F4
Tints of Pale Turquoise #A8F8F4
RGB
CMYK
RGB Variations
Color information
#A8F8F4 (or 0xA8F8F4) is known color: Pale Turquoise. HEX triplet: A8, F8 and F4. RGB value is (168,248,244). Sum of RGB (Red+Green+Blue) = 168+248+244=660 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.45% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F8F4 is #57070B. Grayscale: #DFDFDF. Windows color (decimal): -5703436 or 16054440. OLE color: 16054440.
HSL color Cylindrical-coordinate representation of color #A8F8F4: hue angle of 177º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F8F4 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 244 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.03 |
| HSL | 177º | 0.85% | 0.82% | - |
| HSV(B) | 177º | 0.32% | 0.97% | - |
| XYZ | 66.04 | 81.99 | 97.93 | - |
| YUV | 223.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 244 | 0.32 | 0 | 0.02 | 0.03 | 177 | 0.85 | 0.82 |
| Hex | A8 | F8 | F4 | 20 | 0 | 2 | 3 | B1 | 55 | 52 |
| Octal | 250 | 370 | 364 | 40 | 0 | 2 | 3 | 261 | 125 | 122 |
| Binary | 10101000 | 11111000 | 11110100 | 100000 | 0 | 10 | 11 | 10110001 | 1010101 | 1010010 |
Color Harmonies of #A8F8F4
Complementary color
Monochromatic Colors of #A8F8F4
Black with #A8F8F4
Text Example
Text Example
White with #A8F8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F8F4; }
p { color: rgb(168,248,244); }
H1.HeaderClassName
{
color: #A8F8F4;
}
.AnyTagClassName
{
color: #A8F8F4;
}
</style>
background-color css
<style>
a { background-color: #A8F8F4; }
a { background-color: rgb(168,248,244); }
div.DivClassName
{
background-color: #A8F8F4;
}
.BgClassName
{
background-color: #A8F8F4;
}
</style>
border-color css
<style>
span { border-color: #A8F8F4; }
span { border-color: rgb(168,248,244); }
td.TdClassName
{
border-color: #A8F8F4;
}
.TagClassName
{
border-color: #A8F8F4;
}
</style>