Shades of Pale Turquoise #A2F5FE
Tints of Pale Turquoise #A2F5FE
RGB
CMYK
RGB Variations
Color information
#A2F5FE (or 0xA2F5FE) is known color: Pale Turquoise. HEX triplet: A2, F5 and FE. RGB value is (162,245,254). Sum of RGB (Red+Green+Blue) = 162+245+254=661 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.51% from 661); Green value is 245 (96.09% from 255 or 37.07% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2F5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F5FE is #5D0A01. Grayscale: #DDDDDD. Windows color (decimal): -6097410 or 16709026. OLE color: 16709026.
HSL color Cylindrical-coordinate representation of color #A2F5FE: hue angle of 185.87º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2F5FE is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 245 | 254 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.00 |
| HSL | 185.87º | 0.98% | 0.82% | - |
| HSV(B) | 185.87º | 0.36% | 1% | - |
| XYZ | 65.44 | 80.14 | 105.79 | - |
| YUV | 221.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 254 | 0.36 | 0.04 | 0 | 0.00 | 185.87 | 0.98 | 0.82 |
| Hex | A2 | F5 | FE | 24 | 4 | 0 | 0 | BA | 62 | 52 |
| Octal | 242 | 365 | 376 | 44 | 4 | 0 | 0 | 272 | 142 | 122 |
| Binary | 10100010 | 11110101 | 11111110 | 100100 | 100 | 0 | 0 | 10111010 | 1100010 | 1010010 |
Color Harmonies of #A2F5FE
Complementary color
Monochromatic Colors of #A2F5FE
Black with #A2F5FE
Text Example
Text Example
White with #A2F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F5FE; }
p { color: rgb(162,245,254); }
H1.HeaderClassName
{
color: #A2F5FE;
}
.AnyTagClassName
{
color: #A2F5FE;
}
</style>
background-color css
<style>
a { background-color: #A2F5FE; }
a { background-color: rgb(162,245,254); }
div.DivClassName
{
background-color: #A2F5FE;
}
.BgClassName
{
background-color: #A2F5FE;
}
</style>
border-color css
<style>
span { border-color: #A2F5FE; }
span { border-color: rgb(162,245,254); }
td.TdClassName
{
border-color: #A2F5FE;
}
.TagClassName
{
border-color: #A2F5FE;
}
</style>