Shades of Pale Turquoise #A6EFF1
Tints of Pale Turquoise #A6EFF1
RGB
CMYK
RGB Variations
Color information
#A6EFF1 (or 0xA6EFF1) is known color: Pale Turquoise. HEX triplet: A6, EF and F1. RGB value is (166,239,241). Sum of RGB (Red+Green+Blue) = 166+239+241=646 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.70% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6EFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EFF1 is #59100E. Grayscale: #D9D9D9. Windows color (decimal): -5836815 or 15855526. OLE color: 15855526.
HSL color Cylindrical-coordinate representation of color #A6EFF1: hue angle of 181.6º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EFF1 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 239 | 241 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.05 |
| HSL | 181.6º | 0.73% | 0.8% | - |
| HSV(B) | 181.6º | 0.31% | 0.95% | - |
| XYZ | 62.47 | 76.19 | 94.63 | - |
| YUV | 217.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 241 | 0.31 | 0.01 | 0 | 0.05 | 181.6 | 0.73 | 0.8 |
| Hex | A6 | EF | F1 | 1F | 1 | 0 | 5 | B6 | 49 | 50 |
| Octal | 246 | 357 | 361 | 37 | 1 | 0 | 5 | 266 | 111 | 120 |
| Binary | 10100110 | 11101111 | 11110001 | 11111 | 1 | 0 | 101 | 10110110 | 1001001 | 1010000 |
Color Harmonies of #A6EFF1
Complementary color
Monochromatic Colors of #A6EFF1
Black with #A6EFF1
Text Example
Text Example
White with #A6EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFF1; }
p { color: rgb(166,239,241); }
H1.HeaderClassName
{
color: #A6EFF1;
}
.AnyTagClassName
{
color: #A6EFF1;
}
</style>
background-color css
<style>
a { background-color: #A6EFF1; }
a { background-color: rgb(166,239,241); }
div.DivClassName
{
background-color: #A6EFF1;
}
.BgClassName
{
background-color: #A6EFF1;
}
</style>
border-color css
<style>
span { border-color: #A6EFF1; }
span { border-color: rgb(166,239,241); }
td.TdClassName
{
border-color: #A6EFF1;
}
.TagClassName
{
border-color: #A6EFF1;
}
</style>