Shades of Pale Turquoise #A6EEE5
Tints of Pale Turquoise #A6EEE5
RGB
CMYK
RGB Variations
Color information
#A6EEE5 (or 0xA6EEE5) is known color: Pale Turquoise. HEX triplet: A6, EE and E5. RGB value is (166,238,229). Sum of RGB (Red+Green+Blue) = 166+238+229=633 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.22% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EEE5 is #59111A. Grayscale: #D7D7D7. Windows color (decimal): -5837083 or 15068838. OLE color: 15068838.
HSL color Cylindrical-coordinate representation of color #A6EEE5: hue angle of 172.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EEE5 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 229 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.07 |
| HSL | 172.5º | 0.68% | 0.79% | - |
| HSV(B) | 172.5º | 0.3% | 0.93% | - |
| XYZ | 60.44 | 74.91 | 85.4 | - |
| YUV | 215.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 229 | 0.30 | 0 | 0.04 | 0.07 | 172.5 | 0.68 | 0.79 |
| Hex | A6 | EE | E5 | 1E | 0 | 4 | 7 | AC | 44 | 4F |
| Octal | 246 | 356 | 345 | 36 | 0 | 4 | 7 | 254 | 104 | 117 |
| Binary | 10100110 | 11101110 | 11100101 | 11110 | 0 | 100 | 111 | 10101100 | 1000100 | 1001111 |
Color Harmonies of #A6EEE5
Complementary color
Monochromatic Colors of #A6EEE5
Black with #A6EEE5
Text Example
Text Example
White with #A6EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EEE5; }
p { color: rgb(166,238,229); }
H1.HeaderClassName
{
color: #A6EEE5;
}
.AnyTagClassName
{
color: #A6EEE5;
}
</style>
background-color css
<style>
a { background-color: #A6EEE5; }
a { background-color: rgb(166,238,229); }
div.DivClassName
{
background-color: #A6EEE5;
}
.BgClassName
{
background-color: #A6EEE5;
}
</style>
border-color css
<style>
span { border-color: #A6EEE5; }
span { border-color: rgb(166,238,229); }
td.TdClassName
{
border-color: #A6EEE5;
}
.TagClassName
{
border-color: #A6EEE5;
}
</style>