Shades of Pale Turquoise #A6E6E4
Tints of Pale Turquoise #A6E6E4
RGB
CMYK
RGB Variations
Color information
#A6E6E4 (or 0xA6E6E4) is known color: Pale Turquoise. HEX triplet: A6, E6 and E4. RGB value is (166,230,228). Sum of RGB (Red+Green+Blue) = 166+230+228=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E6E4 is #59191B. Grayscale: #D2D2D2. Windows color (decimal): -5839132 or 15001254. OLE color: 15001254.
HSL color Cylindrical-coordinate representation of color #A6E6E4: hue angle of 178.12º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E6E4 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 228 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.10 |
| HSL | 178.13º | 0.56% | 0.78% | - |
| HSV(B) | 178.13º | 0.28% | 0.9% | - |
| XYZ | 58.03 | 70.3 | 83.91 | - |
| YUV | 210.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 228 | 0.28 | 0 | 0.01 | 0.10 | 178.13 | 0.56 | 0.78 |
| Hex | A6 | E6 | E4 | 1C | 0 | 1 | A | B2 | 38 | 4E |
| Octal | 246 | 346 | 344 | 34 | 0 | 1 | 12 | 262 | 70 | 116 |
| Binary | 10100110 | 11100110 | 11100100 | 11100 | 0 | 1 | 1010 | 10110010 | 111000 | 1001110 |
Color Harmonies of #A6E6E4
Complementary color
Monochromatic Colors of #A6E6E4
Black with #A6E6E4
Text Example
Text Example
White with #A6E6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E6E4; }
p { color: rgb(166,230,228); }
H1.HeaderClassName
{
color: #A6E6E4;
}
.AnyTagClassName
{
color: #A6E6E4;
}
</style>
background-color css
<style>
a { background-color: #A6E6E4; }
a { background-color: rgb(166,230,228); }
div.DivClassName
{
background-color: #A6E6E4;
}
.BgClassName
{
background-color: #A6E6E4;
}
</style>
border-color css
<style>
span { border-color: #A6E6E4; }
span { border-color: rgb(166,230,228); }
td.TdClassName
{
border-color: #A6E6E4;
}
.TagClassName
{
border-color: #A6E6E4;
}
</style>