Shades of Pale Turquoise #A8F4F1
Tints of Pale Turquoise #A8F4F1
RGB
CMYK
RGB Variations
Color information
#A8F4F1 (or 0xA8F4F1) is known color: Pale Turquoise. HEX triplet: A8, F4 and F1. RGB value is (168,244,241). Sum of RGB (Red+Green+Blue) = 168+244+241=653 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.73% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F4F1 is #570B0E. Grayscale: #DCDCDC. Windows color (decimal): -5704463 or 15856808. OLE color: 15856808.
HSL color Cylindrical-coordinate representation of color #A8F4F1: hue angle of 177.63º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F4F1 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 241 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.04 |
| HSL | 177.63º | 0.78% | 0.81% | - |
| HSV(B) | 177.63º | 0.31% | 0.96% | - |
| XYZ | 64.38 | 79.38 | 95.15 | - |
| YUV | 220.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 241 | 0.31 | 0 | 0.01 | 0.04 | 177.63 | 0.78 | 0.81 |
| Hex | A8 | F4 | F1 | 1F | 0 | 1 | 4 | B2 | 4E | 51 |
| Octal | 250 | 364 | 361 | 37 | 0 | 1 | 4 | 262 | 116 | 121 |
| Binary | 10101000 | 11110100 | 11110001 | 11111 | 0 | 1 | 100 | 10110010 | 1001110 | 1010001 |
Color Harmonies of #A8F4F1
Complementary color
Monochromatic Colors of #A8F4F1
Black with #A8F4F1
Text Example
Text Example
White with #A8F4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4F1; }
p { color: rgb(168,244,241); }
H1.HeaderClassName
{
color: #A8F4F1;
}
.AnyTagClassName
{
color: #A8F4F1;
}
</style>
background-color css
<style>
a { background-color: #A8F4F1; }
a { background-color: rgb(168,244,241); }
div.DivClassName
{
background-color: #A8F4F1;
}
.BgClassName
{
background-color: #A8F4F1;
}
</style>
border-color css
<style>
span { border-color: #A8F4F1; }
span { border-color: rgb(168,244,241); }
td.TdClassName
{
border-color: #A8F4F1;
}
.TagClassName
{
border-color: #A8F4F1;
}
</style>