Shades of Pale Turquoise #A6EFF8
Tints of Pale Turquoise #A6EFF8
RGB
CMYK
RGB Variations
Color information
#A6EFF8 (or 0xA6EFF8) is known color: Pale Turquoise. HEX triplet: A6, EF and F8. RGB value is (166,239,248). Sum of RGB (Red+Green+Blue) = 166+239+248=653 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.42% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6EFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EFF8 is #591007. Grayscale: #DADADA. Windows color (decimal): -5836808 or 16314278. OLE color: 16314278.
HSL color Cylindrical-coordinate representation of color #A6EFF8: hue angle of 186.59º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6EFF8 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 239 | 248 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.03 |
| HSL | 186.59º | 0.85% | 0.81% | - |
| HSV(B) | 186.59º | 0.33% | 0.97% | - |
| XYZ | 63.54 | 76.62 | 100.25 | - |
| YUV | 218.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 248 | 0.33 | 0.04 | 0 | 0.03 | 186.59 | 0.85 | 0.81 |
| Hex | A6 | EF | F8 | 21 | 4 | 0 | 3 | BB | 55 | 51 |
| Octal | 246 | 357 | 370 | 41 | 4 | 0 | 3 | 273 | 125 | 121 |
| Binary | 10100110 | 11101111 | 11111000 | 100001 | 100 | 0 | 11 | 10111011 | 1010101 | 1010001 |
Color Harmonies of #A6EFF8
Complementary color
Monochromatic Colors of #A6EFF8
Black with #A6EFF8
Text Example
Text Example
White with #A6EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFF8; }
p { color: rgb(166,239,248); }
H1.HeaderClassName
{
color: #A6EFF8;
}
.AnyTagClassName
{
color: #A6EFF8;
}
</style>
background-color css
<style>
a { background-color: #A6EFF8; }
a { background-color: rgb(166,239,248); }
div.DivClassName
{
background-color: #A6EFF8;
}
.BgClassName
{
background-color: #A6EFF8;
}
</style>
border-color css
<style>
span { border-color: #A6EFF8; }
span { border-color: rgb(166,239,248); }
td.TdClassName
{
border-color: #A6EFF8;
}
.TagClassName
{
border-color: #A6EFF8;
}
</style>