Shades of Pale Turquoise #A6EFF3
Tints of Pale Turquoise #A6EFF3
RGB
CMYK
RGB Variations
Color information
#A6EFF3 (or 0xA6EFF3) is known color: Pale Turquoise. HEX triplet: A6, EF and F3. RGB value is (166,239,243). Sum of RGB (Red+Green+Blue) = 166+239+243=648 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.62% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #A6EFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EFF3 is #59100C. Grayscale: #D9D9D9. Windows color (decimal): -5836813 or 15986598. OLE color: 15986598.
HSL color Cylindrical-coordinate representation of color #A6EFF3: hue angle of 183.12º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6EFF3 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 239 | 243 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.05 |
| HSL | 183.12º | 0.76% | 0.8% | - |
| HSV(B) | 183.12º | 0.32% | 0.95% | - |
| XYZ | 62.77 | 76.31 | 96.22 | - |
| YUV | 217.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 243 | 0.32 | 0.02 | 0 | 0.05 | 183.12 | 0.76 | 0.8 |
| Hex | A6 | EF | F3 | 20 | 2 | 0 | 5 | B7 | 4C | 50 |
| Octal | 246 | 357 | 363 | 40 | 2 | 0 | 5 | 267 | 114 | 120 |
| Binary | 10100110 | 11101111 | 11110011 | 100000 | 10 | 0 | 101 | 10110111 | 1001100 | 1010000 |
Color Harmonies of #A6EFF3
Complementary color
Monochromatic Colors of #A6EFF3
Black with #A6EFF3
Text Example
Text Example
White with #A6EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFF3; }
p { color: rgb(166,239,243); }
H1.HeaderClassName
{
color: #A6EFF3;
}
.AnyTagClassName
{
color: #A6EFF3;
}
</style>
background-color css
<style>
a { background-color: #A6EFF3; }
a { background-color: rgb(166,239,243); }
div.DivClassName
{
background-color: #A6EFF3;
}
.BgClassName
{
background-color: #A6EFF3;
}
</style>
border-color css
<style>
span { border-color: #A6EFF3; }
span { border-color: rgb(166,239,243); }
td.TdClassName
{
border-color: #A6EFF3;
}
.TagClassName
{
border-color: #A6EFF3;
}
</style>