Shades of Pale Turquoise #A6EDF1
Tints of Pale Turquoise #A6EDF1
RGB
CMYK
RGB Variations
Color information
#A6EDF1 (or 0xA6EDF1) is known color: Pale Turquoise. HEX triplet: A6, ED and F1. RGB value is (166,237,241). Sum of RGB (Red+Green+Blue) = 166+237+241=644 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.78% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6EDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EDF1 is #59120E. Grayscale: #D8D8D8. Windows color (decimal): -5837327 or 15855014. OLE color: 15855014.
HSL color Cylindrical-coordinate representation of color #A6EDF1: hue angle of 183.2º 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 #A6EDF1 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 237 | 241 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.05 |
| HSL | 183.2º | 0.73% | 0.8% | - |
| HSV(B) | 183.2º | 0.31% | 0.95% | - |
| XYZ | 61.89 | 75.03 | 94.44 | - |
| YUV | 216.23 | 141.98 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 241 | 0.31 | 0.02 | 0 | 0.05 | 183.2 | 0.73 | 0.8 |
| Hex | A6 | ED | F1 | 1F | 2 | 0 | 5 | B7 | 49 | 50 |
| Octal | 246 | 355 | 361 | 37 | 2 | 0 | 5 | 267 | 111 | 120 |
| Binary | 10100110 | 11101101 | 11110001 | 11111 | 10 | 0 | 101 | 10110111 | 1001001 | 1010000 |
Color Harmonies of #A6EDF1
Complementary color
Monochromatic Colors of #A6EDF1
Black with #A6EDF1
Text Example
Text Example
White with #A6EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDF1; }
p { color: rgb(166,237,241); }
H1.HeaderClassName
{
color: #A6EDF1;
}
.AnyTagClassName
{
color: #A6EDF1;
}
</style>
background-color css
<style>
a { background-color: #A6EDF1; }
a { background-color: rgb(166,237,241); }
div.DivClassName
{
background-color: #A6EDF1;
}
.BgClassName
{
background-color: #A6EDF1;
}
</style>
border-color css
<style>
span { border-color: #A6EDF1; }
span { border-color: rgb(166,237,241); }
td.TdClassName
{
border-color: #A6EDF1;
}
.TagClassName
{
border-color: #A6EDF1;
}
</style>