Shades of Pale Turquoise #A8FBF1
Tints of Pale Turquoise #A8FBF1
RGB
CMYK
RGB Variations
Color information
#A8FBF1 (or 0xA8FBF1) is known color: Pale Turquoise. HEX triplet: A8, FB and F1. RGB value is (168,251,241). Sum of RGB (Red+Green+Blue) = 168+251+241=660 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.45% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FBF1 is #57040E. Grayscale: #E1E1E1. Windows color (decimal): -5702671 or 15858600. OLE color: 15858600.
HSL color Cylindrical-coordinate representation of color #A8FBF1: hue angle of 172.77º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FBF1 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 241 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.02 |
| HSL | 172.77º | 0.91% | 0.82% | - |
| HSV(B) | 172.77º | 0.33% | 0.98% | - |
| XYZ | 66.52 | 83.67 | 95.86 | - |
| YUV | 225.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 241 | 0.33 | 0 | 0.04 | 0.02 | 172.77 | 0.91 | 0.82 |
| Hex | A8 | FB | F1 | 21 | 0 | 4 | 2 | AD | 5B | 52 |
| Octal | 250 | 373 | 361 | 41 | 0 | 4 | 2 | 255 | 133 | 122 |
| Binary | 10101000 | 11111011 | 11110001 | 100001 | 0 | 100 | 10 | 10101101 | 1011011 | 1010010 |
Color Harmonies of #A8FBF1
Complementary color
Monochromatic Colors of #A8FBF1
Black with #A8FBF1
Text Example
Text Example
White with #A8FBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBF1; }
p { color: rgb(168,251,241); }
H1.HeaderClassName
{
color: #A8FBF1;
}
.AnyTagClassName
{
color: #A8FBF1;
}
</style>
background-color css
<style>
a { background-color: #A8FBF1; }
a { background-color: rgb(168,251,241); }
div.DivClassName
{
background-color: #A8FBF1;
}
.BgClassName
{
background-color: #A8FBF1;
}
</style>
border-color css
<style>
span { border-color: #A8FBF1; }
span { border-color: rgb(168,251,241); }
td.TdClassName
{
border-color: #A8FBF1;
}
.TagClassName
{
border-color: #A8FBF1;
}
</style>