Shades of Pale Turquoise #A9FBF2
Tints of Pale Turquoise #A9FBF2
RGB
CMYK
RGB Variations
Color information
#A9FBF2 (or 0xA9FBF2) is known color: Pale Turquoise. HEX triplet: A9, FB and F2. RGB value is (169,251,242). Sum of RGB (Red+Green+Blue) = 169+251+242=662 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.53% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FBF2 is #56040D. Grayscale: #E1E1E1. Windows color (decimal): -5637134 or 15924137. OLE color: 15924137.
HSL color Cylindrical-coordinate representation of color #A9FBF2: hue angle of 173.41º 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 #A9FBF2 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 251 | 242 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.02 |
| HSL | 173.41º | 0.91% | 0.82% | - |
| HSV(B) | 173.41º | 0.33% | 0.98% | - |
| XYZ | 66.89 | 83.84 | 96.66 | - |
| YUV | 225.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 251 | 242 | 0.33 | 0 | 0.04 | 0.02 | 173.41 | 0.91 | 0.82 |
| Hex | A9 | FB | F2 | 21 | 0 | 4 | 2 | AD | 5B | 52 |
| Octal | 251 | 373 | 362 | 41 | 0 | 4 | 2 | 255 | 133 | 122 |
| Binary | 10101001 | 11111011 | 11110010 | 100001 | 0 | 100 | 10 | 10101101 | 1011011 | 1010010 |
Color Harmonies of #A9FBF2
Complementary color
Monochromatic Colors of #A9FBF2
Black with #A9FBF2
Text Example
Text Example
White with #A9FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FBF2; }
p { color: rgb(169,251,242); }
H1.HeaderClassName
{
color: #A9FBF2;
}
.AnyTagClassName
{
color: #A9FBF2;
}
</style>
background-color css
<style>
a { background-color: #A9FBF2; }
a { background-color: rgb(169,251,242); }
div.DivClassName
{
background-color: #A9FBF2;
}
.BgClassName
{
background-color: #A9FBF2;
}
</style>
border-color css
<style>
span { border-color: #A9FBF2; }
span { border-color: rgb(169,251,242); }
td.TdClassName
{
border-color: #A9FBF2;
}
.TagClassName
{
border-color: #A9FBF2;
}
</style>