Shades of Pale Turquoise #A6FEFC
Tints of Pale Turquoise #A6FEFC
RGB
CMYK
RGB Variations
Color information
#A6FEFC (or 0xA6FEFC) is known color: Pale Turquoise. HEX triplet: A6, FE and FC. RGB value is (166,254,252). Sum of RGB (Red+Green+Blue) = 166+254+252=672 (89% of max value = 765). Red value is 166 (65.23% from 255 or 24.70% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FEFC is #590103. Grayscale: #E3E3E3. Windows color (decimal): -5832964 or 16580262. OLE color: 16580262.
HSL color Cylindrical-coordinate representation of color #A6FEFC: hue angle of 178.64º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FEFC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 252 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.00 |
| HSL | 178.64º | 0.98% | 0.82% | - |
| HSV(B) | 178.64º | 0.35% | 1% | - |
| XYZ | 68.74 | 86.02 | 105.08 | - |
| YUV | 227.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 252 | 0.35 | 0 | 0.01 | 0.00 | 178.64 | 0.98 | 0.82 |
| Hex | A6 | FE | FC | 23 | 0 | 1 | 0 | B3 | 62 | 52 |
| Octal | 246 | 376 | 374 | 43 | 0 | 1 | 0 | 263 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11111100 | 100011 | 0 | 1 | 0 | 10110011 | 1100010 | 1010010 |
Color Harmonies of #A6FEFC
Complementary color
Monochromatic Colors of #A6FEFC
Black with #A6FEFC
Text Example
Text Example
White with #A6FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FEFC; }
p { color: rgb(166,254,252); }
H1.HeaderClassName
{
color: #A6FEFC;
}
.AnyTagClassName
{
color: #A6FEFC;
}
</style>
background-color css
<style>
a { background-color: #A6FEFC; }
a { background-color: rgb(166,254,252); }
div.DivClassName
{
background-color: #A6FEFC;
}
.BgClassName
{
background-color: #A6FEFC;
}
</style>
border-color css
<style>
span { border-color: #A6FEFC; }
span { border-color: rgb(166,254,252); }
td.TdClassName
{
border-color: #A6FEFC;
}
.TagClassName
{
border-color: #A6FEFC;
}
</style>