Shades of Pale Turquoise #A8F2EB
Tints of Pale Turquoise #A8F2EB
RGB
CMYK
RGB Variations
Color information
#A8F2EB (or 0xA8F2EB) is known color: Pale Turquoise. HEX triplet: A8, F2 and EB. RGB value is (168,242,235). Sum of RGB (Red+Green+Blue) = 168+242+235=645 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.05% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F2EB is #570D14. Grayscale: #DBDBDB. Windows color (decimal): -5704981 or 15463080. OLE color: 15463080.
HSL color Cylindrical-coordinate representation of color #A8F2EB: hue angle of 174.32º degrees, saturation: 0.74, 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 #A8F2EB is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 235 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.05 |
| HSL | 174.32º | 0.74% | 0.8% | - |
| HSV(B) | 174.32º | 0.31% | 0.95% | - |
| XYZ | 62.9 | 77.83 | 90.3 | - |
| YUV | 219.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 235 | 0.31 | 0 | 0.03 | 0.05 | 174.32 | 0.74 | 0.8 |
| Hex | A8 | F2 | EB | 1F | 0 | 3 | 5 | AE | 4A | 50 |
| Octal | 250 | 362 | 353 | 37 | 0 | 3 | 5 | 256 | 112 | 120 |
| Binary | 10101000 | 11110010 | 11101011 | 11111 | 0 | 11 | 101 | 10101110 | 1001010 | 1010000 |
Color Harmonies of #A8F2EB
Complementary color
Monochromatic Colors of #A8F2EB
Black with #A8F2EB
Text Example
Text Example
White with #A8F2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F2EB; }
p { color: rgb(168,242,235); }
H1.HeaderClassName
{
color: #A8F2EB;
}
.AnyTagClassName
{
color: #A8F2EB;
}
</style>
background-color css
<style>
a { background-color: #A8F2EB; }
a { background-color: rgb(168,242,235); }
div.DivClassName
{
background-color: #A8F2EB;
}
.BgClassName
{
background-color: #A8F2EB;
}
</style>
border-color css
<style>
span { border-color: #A8F2EB; }
span { border-color: rgb(168,242,235); }
td.TdClassName
{
border-color: #A8F2EB;
}
.TagClassName
{
border-color: #A8F2EB;
}
</style>