Shades of Pale Turquoise #A6F2FB
Tints of Pale Turquoise #A6F2FB
RGB
CMYK
RGB Variations
Color information
#A6F2FB (or 0xA6F2FB) is known color: Pale Turquoise. HEX triplet: A6, F2 and FB. RGB value is (166,242,251). Sum of RGB (Red+Green+Blue) = 166+242+251=659 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.19% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6F2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F2FB is #590D04. Grayscale: #DCDCDC. Windows color (decimal): -5836037 or 16511654. OLE color: 16511654.
HSL color Cylindrical-coordinate representation of color #A6F2FB: hue angle of 186.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6F2FB is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 242 | 251 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.02 |
| HSL | 186.35º | 0.91% | 0.82% | - |
| HSV(B) | 186.35º | 0.34% | 0.98% | - |
| XYZ | 64.89 | 78.58 | 103.01 | - |
| YUV | 220.3 | 145.32 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 251 | 0.34 | 0.04 | 0 | 0.02 | 186.35 | 0.91 | 0.82 |
| Hex | A6 | F2 | FB | 22 | 4 | 0 | 2 | BA | 5B | 52 |
| Octal | 246 | 362 | 373 | 42 | 4 | 0 | 2 | 272 | 133 | 122 |
| Binary | 10100110 | 11110010 | 11111011 | 100010 | 100 | 0 | 10 | 10111010 | 1011011 | 1010010 |
Color Harmonies of #A6F2FB
Complementary color
Monochromatic Colors of #A6F2FB
Black with #A6F2FB
Text Example
Text Example
White with #A6F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F2FB; }
p { color: rgb(166,242,251); }
H1.HeaderClassName
{
color: #A6F2FB;
}
.AnyTagClassName
{
color: #A6F2FB;
}
</style>
background-color css
<style>
a { background-color: #A6F2FB; }
a { background-color: rgb(166,242,251); }
div.DivClassName
{
background-color: #A6F2FB;
}
.BgClassName
{
background-color: #A6F2FB;
}
</style>
border-color css
<style>
span { border-color: #A6F2FB; }
span { border-color: rgb(166,242,251); }
td.TdClassName
{
border-color: #A6F2FB;
}
.TagClassName
{
border-color: #A6F2FB;
}
</style>