Shades of Pale Turquoise #A8E8EB
Tints of Pale Turquoise #A8E8EB
RGB
CMYK
RGB Variations
Color information
#A8E8EB (or 0xA8E8EB) is known color: Pale Turquoise. HEX triplet: A8, E8 and EB. RGB value is (168,232,235). Sum of RGB (Red+Green+Blue) = 168+232+235=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8E8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E8EB is #571714. Grayscale: #D5D5D5. Windows color (decimal): -5707541 or 15460520. OLE color: 15460520.
HSL color Cylindrical-coordinate representation of color #A8E8EB: hue angle of 182.69º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8E8EB is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 232 | 235 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.08 |
| HSL | 182.69º | 0.63% | 0.79% | - |
| HSV(B) | 182.69º | 0.29% | 0.92% | - |
| XYZ | 60 | 72.04 | 89.34 | - |
| YUV | 213.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 232 | 235 | 0.29 | 0.01 | 0 | 0.08 | 182.69 | 0.63 | 0.79 |
| Hex | A8 | E8 | EB | 1D | 1 | 0 | 8 | B7 | 3F | 4F |
| Octal | 250 | 350 | 353 | 35 | 1 | 0 | 10 | 267 | 77 | 117 |
| Binary | 10101000 | 11101000 | 11101011 | 11101 | 1 | 0 | 1000 | 10110111 | 111111 | 1001111 |
Color Harmonies of #A8E8EB
Complementary color
Monochromatic Colors of #A8E8EB
Black with #A8E8EB
Text Example
Text Example
White with #A8E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E8EB; }
p { color: rgb(168,232,235); }
H1.HeaderClassName
{
color: #A8E8EB;
}
.AnyTagClassName
{
color: #A8E8EB;
}
</style>
background-color css
<style>
a { background-color: #A8E8EB; }
a { background-color: rgb(168,232,235); }
div.DivClassName
{
background-color: #A8E8EB;
}
.BgClassName
{
background-color: #A8E8EB;
}
</style>
border-color css
<style>
span { border-color: #A8E8EB; }
span { border-color: rgb(168,232,235); }
td.TdClassName
{
border-color: #A8E8EB;
}
.TagClassName
{
border-color: #A8E8EB;
}
</style>