Shades of Pale Turquoise #A8F1FD
Tints of Pale Turquoise #A8F1FD
RGB
CMYK
RGB Variations
Color information
#A8F1FD (or 0xA8F1FD) is known color: Pale Turquoise. HEX triplet: A8, F1 and FD. RGB value is (168,241,253). Sum of RGB (Red+Green+Blue) = 168+241+253=662 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.38% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8F1FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F1FD is #570E02. Grayscale: #DCDCDC. Windows color (decimal): -5705219 or 16642472. OLE color: 16642472.
HSL color Cylindrical-coordinate representation of color #A8F1FD: hue angle of 188.47º 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 #A8F1FD is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 241 | 253 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.01 |
| HSL | 188.47º | 0.96% | 0.83% | - |
| HSV(B) | 188.47º | 0.34% | 0.99% | - |
| XYZ | 65.33 | 78.33 | 104.6 | - |
| YUV | 220.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 253 | 0.34 | 0.05 | 0 | 0.01 | 188.47 | 0.96 | 0.83 |
| Hex | A8 | F1 | FD | 22 | 5 | 0 | 1 | BC | 60 | 53 |
| Octal | 250 | 361 | 375 | 42 | 5 | 0 | 1 | 274 | 140 | 123 |
| Binary | 10101000 | 11110001 | 11111101 | 100010 | 101 | 0 | 1 | 10111100 | 1100000 | 1010011 |
Color Harmonies of #A8F1FD
Complementary color
Monochromatic Colors of #A8F1FD
Black with #A8F1FD
Text Example
Text Example
White with #A8F1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F1FD; }
p { color: rgb(168,241,253); }
H1.HeaderClassName
{
color: #A8F1FD;
}
.AnyTagClassName
{
color: #A8F1FD;
}
</style>
background-color css
<style>
a { background-color: #A8F1FD; }
a { background-color: rgb(168,241,253); }
div.DivClassName
{
background-color: #A8F1FD;
}
.BgClassName
{
background-color: #A8F1FD;
}
</style>
border-color css
<style>
span { border-color: #A8F1FD; }
span { border-color: rgb(168,241,253); }
td.TdClassName
{
border-color: #A8F1FD;
}
.TagClassName
{
border-color: #A8F1FD;
}
</style>