Shades of Pale Turquoise #A6FEF5
Tints of Pale Turquoise #A6FEF5
RGB
CMYK
RGB Variations
Color information
#A6FEF5 (or 0xA6FEF5) is known color: Pale Turquoise. HEX triplet: A6, FE and F5. RGB value is (166,254,245). Sum of RGB (Red+Green+Blue) = 166+254+245=665 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.96% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 245 (96.09% from 255 or 36.84% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FEF5 is #59010A. Grayscale: #E2E2E2. Windows color (decimal): -5832971 or 16121510. OLE color: 16121510.
HSL color Cylindrical-coordinate representation of color #A6FEF5: hue angle of 173.86º 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 #A6FEF5 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 245 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.00 |
| HSL | 173.86º | 0.98% | 0.82% | - |
| HSV(B) | 173.86º | 0.35% | 1% | - |
| XYZ | 67.65 | 85.58 | 99.34 | - |
| YUV | 226.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 245 | 0.35 | 0 | 0.04 | 0.00 | 173.86 | 0.98 | 0.82 |
| Hex | A6 | FE | F5 | 23 | 0 | 4 | 0 | AE | 62 | 52 |
| Octal | 246 | 376 | 365 | 43 | 0 | 4 | 0 | 256 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11110101 | 100011 | 0 | 100 | 0 | 10101110 | 1100010 | 1010010 |
Color Harmonies of #A6FEF5
Complementary color
Monochromatic Colors of #A6FEF5
Black with #A6FEF5
Text Example
Text Example
White with #A6FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FEF5; }
p { color: rgb(166,254,245); }
H1.HeaderClassName
{
color: #A6FEF5;
}
.AnyTagClassName
{
color: #A6FEF5;
}
</style>
background-color css
<style>
a { background-color: #A6FEF5; }
a { background-color: rgb(166,254,245); }
div.DivClassName
{
background-color: #A6FEF5;
}
.BgClassName
{
background-color: #A6FEF5;
}
</style>
border-color css
<style>
span { border-color: #A6FEF5; }
span { border-color: rgb(166,254,245); }
td.TdClassName
{
border-color: #A6FEF5;
}
.TagClassName
{
border-color: #A6FEF5;
}
</style>