Shades of Pale Turquoise #A6EEED
Tints of Pale Turquoise #A6EEED
RGB
CMYK
RGB Variations
Color information
#A6EEED (or 0xA6EEED) is known color: Pale Turquoise. HEX triplet: A6, EE and ED. RGB value is (166,238,237). Sum of RGB (Red+Green+Blue) = 166+238+237=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EEED is #591112. Grayscale: #D8D8D8. Windows color (decimal): -5837075 or 15593126. OLE color: 15593126.
HSL color Cylindrical-coordinate representation of color #A6EEED: hue angle of 179.17º 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 #A6EEED is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 237 | - |
| CMYK | 0.30 | 0 | 0.00 | 0.07 |
| HSL | 179.17º | 0.68% | 0.79% | - |
| HSV(B) | 179.17º | 0.3% | 0.93% | - |
| XYZ | 61.59 | 75.37 | 91.42 | - |
| YUV | 216.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 237 | 0.30 | 0 | 0.00 | 0.07 | 179.17 | 0.68 | 0.79 |
| Hex | A6 | EE | ED | 1E | 0 | 0 | 7 | B3 | 44 | 4F |
| Octal | 246 | 356 | 355 | 36 | 0 | 0 | 7 | 263 | 104 | 117 |
| Binary | 10100110 | 11101110 | 11101101 | 11110 | 0 | 0 | 111 | 10110011 | 1000100 | 1001111 |
Color Harmonies of #A6EEED
Complementary color
Monochromatic Colors of #A6EEED
Black with #A6EEED
Text Example
Text Example
White with #A6EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EEED; }
p { color: rgb(166,238,237); }
H1.HeaderClassName
{
color: #A6EEED;
}
.AnyTagClassName
{
color: #A6EEED;
}
</style>
background-color css
<style>
a { background-color: #A6EEED; }
a { background-color: rgb(166,238,237); }
div.DivClassName
{
background-color: #A6EEED;
}
.BgClassName
{
background-color: #A6EEED;
}
</style>
border-color css
<style>
span { border-color: #A6EEED; }
span { border-color: rgb(166,238,237); }
td.TdClassName
{
border-color: #A6EEED;
}
.TagClassName
{
border-color: #A6EEED;
}
</style>