Shades of Pale Turquoise #A6FFFC
Tints of Pale Turquoise #A6FFFC
RGB
CMYK
RGB Variations
Color information
#A6FFFC (or 0xA6FFFC) is known color: Pale Turquoise. HEX triplet: A6, FF and FC. RGB value is (166,255,252). Sum of RGB (Red+Green+Blue) = 166+255+252=673 (89% of max value = 765). Red value is 166 (65.23% from 255 or 24.67% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFFC is #590003. Grayscale: #E3E3E3. Windows color (decimal): -5832708 or 16580518. OLE color: 16580518.
HSL color Cylindrical-coordinate representation of color #A6FFFC: hue angle of 177.98º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFFC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 252 | - |
| CMYK | 0.35 | 0 | 0.01 | 0 |
| HSL | 177.98º | 1% | 0.83% | - |
| HSV(B) | 177.98º | 0.35% | 1% | - |
| XYZ | 69.06 | 86.66 | 105.18 | - |
| YUV | 228.05 | 141.51 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 252 | 0.35 | 0 | 0.01 | 0 | 177.98 | 1 | 0.83 |
| Hex | A6 | FF | FC | 23 | 0 | 1 | 0 | B2 | 64 | 53 |
| Octal | 246 | 377 | 374 | 43 | 0 | 1 | 0 | 262 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11111100 | 100011 | 0 | 1 | 0 | 10110010 | 1100100 | 1010011 |
Color Harmonies of #A6FFFC
Complementary color
Monochromatic Colors of #A6FFFC
Black with #A6FFFC
Text Example
Text Example
White with #A6FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFFC; }
p { color: rgb(166,255,252); }
H1.HeaderClassName
{
color: #A6FFFC;
}
.AnyTagClassName
{
color: #A6FFFC;
}
</style>
background-color css
<style>
a { background-color: #A6FFFC; }
a { background-color: rgb(166,255,252); }
div.DivClassName
{
background-color: #A6FFFC;
}
.BgClassName
{
background-color: #A6FFFC;
}
</style>
border-color css
<style>
span { border-color: #A6FFFC; }
span { border-color: rgb(166,255,252); }
td.TdClassName
{
border-color: #A6FFFC;
}
.TagClassName
{
border-color: #A6FFFC;
}
</style>