Shades of Pale Turquoise #A6EEF6
Tints of Pale Turquoise #A6EEF6
RGB
CMYK
RGB Variations
Color information
#A6EEF6 (or 0xA6EEF6) is known color: Pale Turquoise. HEX triplet: A6, EE and F6. RGB value is (166,238,246). Sum of RGB (Red+Green+Blue) = 166+238+246=650 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.54% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6EEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EEF6 is #591109. Grayscale: #D9D9D9. Windows color (decimal): -5837066 or 16182950. OLE color: 16182950.
HSL color Cylindrical-coordinate representation of color #A6EEF6: hue angle of 186º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6EEF6 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 238 | 246 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.04 |
| HSL | 186º | 0.82% | 0.81% | - |
| HSV(B) | 186º | 0.33% | 0.96% | - |
| XYZ | 62.93 | 75.91 | 98.52 | - |
| YUV | 217.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 246 | 0.33 | 0.03 | 0 | 0.04 | 186 | 0.82 | 0.81 |
| Hex | A6 | EE | F6 | 21 | 3 | 0 | 4 | BA | 52 | 51 |
| Octal | 246 | 356 | 366 | 41 | 3 | 0 | 4 | 272 | 122 | 121 |
| Binary | 10100110 | 11101110 | 11110110 | 100001 | 11 | 0 | 100 | 10111010 | 1010010 | 1010001 |
Color Harmonies of #A6EEF6
Complementary color
Monochromatic Colors of #A6EEF6
Black with #A6EEF6
Text Example
Text Example
White with #A6EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EEF6; }
p { color: rgb(166,238,246); }
H1.HeaderClassName
{
color: #A6EEF6;
}
.AnyTagClassName
{
color: #A6EEF6;
}
</style>
background-color css
<style>
a { background-color: #A6EEF6; }
a { background-color: rgb(166,238,246); }
div.DivClassName
{
background-color: #A6EEF6;
}
.BgClassName
{
background-color: #A6EEF6;
}
</style>
border-color css
<style>
span { border-color: #A6EEF6; }
span { border-color: rgb(166,238,246); }
td.TdClassName
{
border-color: #A6EEF6;
}
.TagClassName
{
border-color: #A6EEF6;
}
</style>