Shades of Pale Turquoise #A6F2EE
Tints of Pale Turquoise #A6F2EE
RGB
CMYK
RGB Variations
Color information
#A6F2EE (or 0xA6F2EE) is known color: Pale Turquoise. HEX triplet: A6, F2 and EE. RGB value is (166,242,238). Sum of RGB (Red+Green+Blue) = 166+242+238=646 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.70% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F2EE is #590D11. Grayscale: #DADADA. Windows color (decimal): -5836050 or 15659686. OLE color: 15659686.
HSL color Cylindrical-coordinate representation of color #A6F2EE: hue angle of 176.84º degrees, saturation: 0.75, 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 #A6F2EE is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 238 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.05 |
| HSL | 176.84º | 0.75% | 0.8% | - |
| HSV(B) | 176.84º | 0.31% | 0.95% | - |
| XYZ | 62.91 | 77.78 | 92.59 | - |
| YUV | 218.82 | 138.82 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 238 | 0.31 | 0 | 0.02 | 0.05 | 176.84 | 0.75 | 0.8 |
| Hex | A6 | F2 | EE | 1F | 0 | 2 | 5 | B1 | 4B | 50 |
| Octal | 246 | 362 | 356 | 37 | 0 | 2 | 5 | 261 | 113 | 120 |
| Binary | 10100110 | 11110010 | 11101110 | 11111 | 0 | 10 | 101 | 10110001 | 1001011 | 1010000 |
Color Harmonies of #A6F2EE
Complementary color
Monochromatic Colors of #A6F2EE
Black with #A6F2EE
Text Example
Text Example
White with #A6F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F2EE; }
p { color: rgb(166,242,238); }
H1.HeaderClassName
{
color: #A6F2EE;
}
.AnyTagClassName
{
color: #A6F2EE;
}
</style>
background-color css
<style>
a { background-color: #A6F2EE; }
a { background-color: rgb(166,242,238); }
div.DivClassName
{
background-color: #A6F2EE;
}
.BgClassName
{
background-color: #A6F2EE;
}
</style>
border-color css
<style>
span { border-color: #A6F2EE; }
span { border-color: rgb(166,242,238); }
td.TdClassName
{
border-color: #A6F2EE;
}
.TagClassName
{
border-color: #A6F2EE;
}
</style>