Shades of Pale Turquoise #A8FDF2
Tints of Pale Turquoise #A8FDF2
RGB
CMYK
RGB Variations
Color information
#A8FDF2 (or 0xA8FDF2) is known color: Pale Turquoise. HEX triplet: A8, FD and F2. RGB value is (168,253,242). Sum of RGB (Red+Green+Blue) = 168+253+242=663 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.34% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDF2 is #57020D. Grayscale: #E2E2E2. Windows color (decimal): -5702158 or 15924648. OLE color: 15924648.
HSL color Cylindrical-coordinate representation of color #A8FDF2: hue angle of 172.24º 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 #A8FDF2 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 242 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.01 |
| HSL | 172.24º | 0.96% | 0.83% | - |
| HSV(B) | 172.24º | 0.34% | 0.99% | - |
| XYZ | 67.3 | 84.99 | 96.86 | - |
| YUV | 226.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 242 | 0.34 | 0 | 0.04 | 0.01 | 172.24 | 0.96 | 0.83 |
| Hex | A8 | FD | F2 | 22 | 0 | 4 | 1 | AC | 60 | 53 |
| Octal | 250 | 375 | 362 | 42 | 0 | 4 | 1 | 254 | 140 | 123 |
| Binary | 10101000 | 11111101 | 11110010 | 100010 | 0 | 100 | 1 | 10101100 | 1100000 | 1010011 |
Color Harmonies of #A8FDF2
Complementary color
Monochromatic Colors of #A8FDF2
Black with #A8FDF2
Text Example
Text Example
White with #A8FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDF2; }
p { color: rgb(168,253,242); }
H1.HeaderClassName
{
color: #A8FDF2;
}
.AnyTagClassName
{
color: #A8FDF2;
}
</style>
background-color css
<style>
a { background-color: #A8FDF2; }
a { background-color: rgb(168,253,242); }
div.DivClassName
{
background-color: #A8FDF2;
}
.BgClassName
{
background-color: #A8FDF2;
}
</style>
border-color css
<style>
span { border-color: #A8FDF2; }
span { border-color: rgb(168,253,242); }
td.TdClassName
{
border-color: #A8FDF2;
}
.TagClassName
{
border-color: #A8FDF2;
}
</style>