Shades of Pale Turquoise #A6FDEC
Tints of Pale Turquoise #A6FDEC
RGB
CMYK
RGB Variations
Color information
#A6FDEC (or 0xA6FDEC) is known color: Pale Turquoise. HEX triplet: A6, FD and EC. RGB value is (166,253,236). Sum of RGB (Red+Green+Blue) = 166+253+236=655 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.34% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FDEC is #590213. Grayscale: #E1E1E1. Windows color (decimal): -5833236 or 15531430. OLE color: 15531430.
HSL color Cylindrical-coordinate representation of color #A6FDEC: hue angle of 168.28º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FDEC is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 236 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.01 |
| HSL | 168.28º | 0.96% | 0.82% | - |
| HSV(B) | 168.28º | 0.34% | 0.99% | - |
| XYZ | 65.99 | 84.41 | 92.17 | - |
| YUV | 225.05 | 134.18 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 236 | 0.34 | 0 | 0.07 | 0.01 | 168.28 | 0.96 | 0.82 |
| Hex | A6 | FD | EC | 22 | 0 | 7 | 1 | A8 | 60 | 52 |
| Octal | 246 | 375 | 354 | 42 | 0 | 7 | 1 | 250 | 140 | 122 |
| Binary | 10100110 | 11111101 | 11101100 | 100010 | 0 | 111 | 1 | 10101000 | 1100000 | 1010010 |
Color Harmonies of #A6FDEC
Complementary color
Monochromatic Colors of #A6FDEC
Black with #A6FDEC
Text Example
Text Example
White with #A6FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDEC; }
p { color: rgb(166,253,236); }
H1.HeaderClassName
{
color: #A6FDEC;
}
.AnyTagClassName
{
color: #A6FDEC;
}
</style>
background-color css
<style>
a { background-color: #A6FDEC; }
a { background-color: rgb(166,253,236); }
div.DivClassName
{
background-color: #A6FDEC;
}
.BgClassName
{
background-color: #A6FDEC;
}
</style>
border-color css
<style>
span { border-color: #A6FDEC; }
span { border-color: rgb(166,253,236); }
td.TdClassName
{
border-color: #A6FDEC;
}
.TagClassName
{
border-color: #A6FDEC;
}
</style>