Shades of Pale Turquoise #A2FBFF
Tints of Pale Turquoise #A2FBFF
RGB
CMYK
RGB Variations
Color information
#A2FBFF (or 0xA2FBFF) is known color: Pale Turquoise. HEX triplet: A2, FB and FF. RGB value is (162,251,255). Sum of RGB (Red+Green+Blue) = 162+251+255=668 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.25% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FBFF is #5D0400. Grayscale: #E0E0E0. Windows color (decimal): -6095873 or 16776098. OLE color: 16776098.
HSL color Cylindrical-coordinate representation of color #A2FBFF: hue angle of 182.58º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FBFF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 251 | 255 | - |
| CMYK | 0.36 | 0.02 | 0 | 0 |
| HSL | 182.58º | 1% | 0.82% | - |
| HSV(B) | 182.58º | 0.36% | 1% | - |
| XYZ | 67.45 | 83.9 | 107.25 | - |
| YUV | 224.85 | 145.01 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 255 | 0.36 | 0.02 | 0 | 0 | 182.58 | 1 | 0.82 |
| Hex | A2 | FB | FF | 24 | 2 | 0 | 0 | B7 | 64 | 52 |
| Octal | 242 | 373 | 377 | 44 | 2 | 0 | 0 | 267 | 144 | 122 |
| Binary | 10100010 | 11111011 | 11111111 | 100100 | 10 | 0 | 0 | 10110111 | 1100100 | 1010010 |
Color Harmonies of #A2FBFF
Complementary color
Monochromatic Colors of #A2FBFF
Black with #A2FBFF
Text Example
Text Example
White with #A2FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FBFF; }
p { color: rgb(162,251,255); }
H1.HeaderClassName
{
color: #A2FBFF;
}
.AnyTagClassName
{
color: #A2FBFF;
}
</style>
background-color css
<style>
a { background-color: #A2FBFF; }
a { background-color: rgb(162,251,255); }
div.DivClassName
{
background-color: #A2FBFF;
}
.BgClassName
{
background-color: #A2FBFF;
}
</style>
border-color css
<style>
span { border-color: #A2FBFF; }
span { border-color: rgb(162,251,255); }
td.TdClassName
{
border-color: #A2FBFF;
}
.TagClassName
{
border-color: #A2FBFF;
}
</style>