Shades of Pale Turquoise #A6FEFE
Tints of Pale Turquoise #A6FEFE
RGB
CMYK
RGB Variations
Color information
#A6FEFE (or 0xA6FEFE) is known color: Pale Turquoise. HEX triplet: A6, FE and FE. RGB value is (166,254,254). Sum of RGB (Red+Green+Blue) = 166+254+254=674 (89% of max value = 765). Red value is 166 (65.23% from 255 or 24.63% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #A6FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FEFE is #590101. Grayscale: #E3E3E3. Windows color (decimal): -5832962 or 16711334. OLE color: 16711334.
HSL color Cylindrical-coordinate representation of color #A6FEFE: hue angle of 180º 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 #A6FEFE is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 254 | - |
| CMYK | 0.35 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.82% | - |
| HSV(B) | 180º | 0.35% | 1% | - |
| XYZ | 69.06 | 86.15 | 106.75 | - |
| YUV | 227.69 | 142.85 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 254 | 0.35 | 0 | 0 | 0.00 | 180 | 0.98 | 0.82 |
| Hex | A6 | FE | FE | 23 | 0 | 0 | 0 | B4 | 62 | 52 |
| Octal | 246 | 376 | 376 | 43 | 0 | 0 | 0 | 264 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11111110 | 100011 | 0 | 0 | 0 | 10110100 | 1100010 | 1010010 |
Color Harmonies of #A6FEFE
Complementary color
Monochromatic Colors of #A6FEFE
Black with #A6FEFE
Text Example
Text Example
White with #A6FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FEFE; }
p { color: rgb(166,254,254); }
H1.HeaderClassName
{
color: #A6FEFE;
}
.AnyTagClassName
{
color: #A6FEFE;
}
</style>
background-color css
<style>
a { background-color: #A6FEFE; }
a { background-color: rgb(166,254,254); }
div.DivClassName
{
background-color: #A6FEFE;
}
.BgClassName
{
background-color: #A6FEFE;
}
</style>
border-color css
<style>
span { border-color: #A6FEFE; }
span { border-color: rgb(166,254,254); }
td.TdClassName
{
border-color: #A6FEFE;
}
.TagClassName
{
border-color: #A6FEFE;
}
</style>