Shades of Pale Turquoise #A8FDFC
Tints of Pale Turquoise #A8FDFC
RGB
CMYK
RGB Variations
Color information
#A8FDFC (or 0xA8FDFC) is known color: Pale Turquoise. HEX triplet: A8, FD and FC. RGB value is (168,253,252). Sum of RGB (Red+Green+Blue) = 168+253+252=673 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.96% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDFC is #570203. Grayscale: #E3E3E3. Windows color (decimal): -5702148 or 16580008. OLE color: 16580008.
HSL color Cylindrical-coordinate representation of color #A8FDFC: hue angle of 179.29º 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 #A8FDFC is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 252 | - |
| CMYK | 0.34 | 0 | 0.00 | 0.01 |
| HSL | 179.29º | 0.96% | 0.83% | - |
| HSV(B) | 179.29º | 0.34% | 0.99% | - |
| XYZ | 68.84 | 85.6 | 104.99 | - |
| YUV | 227.47 | 141.84 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 252 | 0.34 | 0 | 0.00 | 0.01 | 179.29 | 0.96 | 0.83 |
| Hex | A8 | FD | FC | 22 | 0 | 0 | 1 | B3 | 60 | 53 |
| Octal | 250 | 375 | 374 | 42 | 0 | 0 | 1 | 263 | 140 | 123 |
| Binary | 10101000 | 11111101 | 11111100 | 100010 | 0 | 0 | 1 | 10110011 | 1100000 | 1010011 |
Color Harmonies of #A8FDFC
Complementary color
Monochromatic Colors of #A8FDFC
Black with #A8FDFC
Text Example
Text Example
White with #A8FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDFC; }
p { color: rgb(168,253,252); }
H1.HeaderClassName
{
color: #A8FDFC;
}
.AnyTagClassName
{
color: #A8FDFC;
}
</style>
background-color css
<style>
a { background-color: #A8FDFC; }
a { background-color: rgb(168,253,252); }
div.DivClassName
{
background-color: #A8FDFC;
}
.BgClassName
{
background-color: #A8FDFC;
}
</style>
border-color css
<style>
span { border-color: #A8FDFC; }
span { border-color: rgb(168,253,252); }
td.TdClassName
{
border-color: #A8FDFC;
}
.TagClassName
{
border-color: #A8FDFC;
}
</style>