Shades of Pale Turquoise #A6FEFF
Tints of Pale Turquoise #A6FEFF
RGB
CMYK
RGB Variations
Color information
#A6FEFF (or 0xA6FEFF) is known color: Pale Turquoise. HEX triplet: A6, FE and FF. RGB value is (166,254,255). Sum of RGB (Red+Green+Blue) = 166+254+255=675 (89% of max value = 765). Red value is 166 (65.23% from 255 or 24.59% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FEFF is #590100. Grayscale: #E3E3E3. Windows color (decimal): -5832961 or 16776870. OLE color: 16776870.
HSL color Cylindrical-coordinate representation of color #A6FEFF: hue angle of 180.67º 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 #A6FEFF is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 254 | 255 | - |
| CMYK | 0.35 | 0.00 | 0 | 0 |
| HSL | 180.67º | 1% | 0.83% | - |
| HSV(B) | 180.67º | 0.35% | 1% | - |
| XYZ | 69.22 | 86.21 | 107.6 | - |
| YUV | 227.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 255 | 0.35 | 0.00 | 0 | 0 | 180.67 | 1 | 0.83 |
| Hex | A6 | FE | FF | 23 | 0 | 0 | 0 | B5 | 64 | 53 |
| Octal | 246 | 376 | 377 | 43 | 0 | 0 | 0 | 265 | 144 | 123 |
| Binary | 10100110 | 11111110 | 11111111 | 100011 | 0 | 0 | 0 | 10110101 | 1100100 | 1010011 |
Color Harmonies of #A6FEFF
Complementary color
Monochromatic Colors of #A6FEFF
Black with #A6FEFF
Text Example
Text Example
White with #A6FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FEFF; }
p { color: rgb(166,254,255); }
H1.HeaderClassName
{
color: #A6FEFF;
}
.AnyTagClassName
{
color: #A6FEFF;
}
</style>
background-color css
<style>
a { background-color: #A6FEFF; }
a { background-color: rgb(166,254,255); }
div.DivClassName
{
background-color: #A6FEFF;
}
.BgClassName
{
background-color: #A6FEFF;
}
</style>
border-color css
<style>
span { border-color: #A6FEFF; }
span { border-color: rgb(166,254,255); }
td.TdClassName
{
border-color: #A6FEFF;
}
.TagClassName
{
border-color: #A6FEFF;
}
</style>