Shades of Pale Turquoise #A2FCFB
Tints of Pale Turquoise #A2FCFB
RGB
CMYK
RGB Variations
Color information
#A2FCFB (or 0xA2FCFB) is known color: Pale Turquoise. HEX triplet: A2, FC and FB. RGB value is (162,252,251). Sum of RGB (Red+Green+Blue) = 162+252+251=665 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.36% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FCFB is #5D0304. Grayscale: #E0E0E0. Windows color (decimal): -6095621 or 16514210. OLE color: 16514210.
HSL color Cylindrical-coordinate representation of color #A2FCFB: hue angle of 179.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCFB is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 251 | - |
| CMYK | 0.36 | 0 | 0.00 | 0.01 |
| HSL | 179.33º | 0.94% | 0.81% | - |
| HSV(B) | 179.33º | 0.36% | 0.99% | - |
| XYZ | 67.12 | 84.27 | 103.99 | - |
| YUV | 224.98 | 142.68 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 251 | 0.36 | 0 | 0.00 | 0.01 | 179.33 | 0.94 | 0.81 |
| Hex | A2 | FC | FB | 24 | 0 | 0 | 1 | B3 | 5E | 51 |
| Octal | 242 | 374 | 373 | 44 | 0 | 0 | 1 | 263 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11111011 | 100100 | 0 | 0 | 1 | 10110011 | 1011110 | 1010001 |
Color Harmonies of #A2FCFB
Complementary color
Monochromatic Colors of #A2FCFB
Black with #A2FCFB
Text Example
Text Example
White with #A2FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCFB; }
p { color: rgb(162,252,251); }
H1.HeaderClassName
{
color: #A2FCFB;
}
.AnyTagClassName
{
color: #A2FCFB;
}
</style>
background-color css
<style>
a { background-color: #A2FCFB; }
a { background-color: rgb(162,252,251); }
div.DivClassName
{
background-color: #A2FCFB;
}
.BgClassName
{
background-color: #A2FCFB;
}
</style>
border-color css
<style>
span { border-color: #A2FCFB; }
span { border-color: rgb(162,252,251); }
td.TdClassName
{
border-color: #A2FCFB;
}
.TagClassName
{
border-color: #A2FCFB;
}
</style>