Shades of Pale Turquoise #A2FDFB
Tints of Pale Turquoise #A2FDFB
RGB
CMYK
RGB Variations
Color information
#A2FDFB (or 0xA2FDFB) is known color: Pale Turquoise. HEX triplet: A2, FD and FB. RGB value is (162,253,251). Sum of RGB (Red+Green+Blue) = 162+253+251=666 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.32% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FDFB is #5D0204. Grayscale: #E1E1E1. Windows color (decimal): -6095365 or 16514466. OLE color: 16514466.
HSL color Cylindrical-coordinate representation of color #A2FDFB: hue angle of 178.68º degrees, saturation: 0.96, 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 #A2FDFB is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 253 | 251 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.01 |
| HSL | 178.68º | 0.96% | 0.81% | - |
| HSV(B) | 178.68º | 0.36% | 0.99% | - |
| XYZ | 67.44 | 84.9 | 104.1 | - |
| YUV | 225.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 253 | 251 | 0.36 | 0 | 0.01 | 0.01 | 178.68 | 0.96 | 0.81 |
| Hex | A2 | FD | FB | 24 | 0 | 1 | 1 | B3 | 60 | 51 |
| Octal | 242 | 375 | 373 | 44 | 0 | 1 | 1 | 263 | 140 | 121 |
| Binary | 10100010 | 11111101 | 11111011 | 100100 | 0 | 1 | 1 | 10110011 | 1100000 | 1010001 |
Color Harmonies of #A2FDFB
Complementary color
Monochromatic Colors of #A2FDFB
Black with #A2FDFB
Text Example
Text Example
White with #A2FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FDFB; }
p { color: rgb(162,253,251); }
H1.HeaderClassName
{
color: #A2FDFB;
}
.AnyTagClassName
{
color: #A2FDFB;
}
</style>
background-color css
<style>
a { background-color: #A2FDFB; }
a { background-color: rgb(162,253,251); }
div.DivClassName
{
background-color: #A2FDFB;
}
.BgClassName
{
background-color: #A2FDFB;
}
</style>
border-color css
<style>
span { border-color: #A2FDFB; }
span { border-color: rgb(162,253,251); }
td.TdClassName
{
border-color: #A2FDFB;
}
.TagClassName
{
border-color: #A2FDFB;
}
</style>