Shades of Pale Turquoise #A8FDF1
Tints of Pale Turquoise #A8FDF1
RGB
CMYK
RGB Variations
Color information
#A8FDF1 (or 0xA8FDF1) is known color: Pale Turquoise. HEX triplet: A8, FD and F1. RGB value is (168,253,241). Sum of RGB (Red+Green+Blue) = 168+253+241=662 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.38% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDF1 is #57020E. Grayscale: #E2E2E2. Windows color (decimal): -5702159 or 15859112. OLE color: 15859112.
HSL color Cylindrical-coordinate representation of color #A8FDF1: hue angle of 171.53º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDF1 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 241 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.01 |
| HSL | 171.53º | 0.96% | 0.83% | - |
| HSV(B) | 171.53º | 0.34% | 0.99% | - |
| XYZ | 67.15 | 84.93 | 96.07 | - |
| YUV | 226.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 241 | 0.34 | 0 | 0.05 | 0.01 | 171.53 | 0.96 | 0.83 |
| Hex | A8 | FD | F1 | 22 | 0 | 5 | 1 | AC | 60 | 53 |
| Octal | 250 | 375 | 361 | 42 | 0 | 5 | 1 | 254 | 140 | 123 |
| Binary | 10101000 | 11111101 | 11110001 | 100010 | 0 | 101 | 1 | 10101100 | 1100000 | 1010011 |
Color Harmonies of #A8FDF1
Complementary color
Monochromatic Colors of #A8FDF1
Black with #A8FDF1
Text Example
Text Example
White with #A8FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDF1; }
p { color: rgb(168,253,241); }
H1.HeaderClassName
{
color: #A8FDF1;
}
.AnyTagClassName
{
color: #A8FDF1;
}
</style>
background-color css
<style>
a { background-color: #A8FDF1; }
a { background-color: rgb(168,253,241); }
div.DivClassName
{
background-color: #A8FDF1;
}
.BgClassName
{
background-color: #A8FDF1;
}
</style>
border-color css
<style>
span { border-color: #A8FDF1; }
span { border-color: rgb(168,253,241); }
td.TdClassName
{
border-color: #A8FDF1;
}
.TagClassName
{
border-color: #A8FDF1;
}
</style>