Shades of Pale Turquoise #A8F0EB
Tints of Pale Turquoise #A8F0EB
RGB
CMYK
RGB Variations
Color information
#A8F0EB (or 0xA8F0EB) is known color: Pale Turquoise. HEX triplet: A8, F0 and EB. RGB value is (168,240,235). Sum of RGB (Red+Green+Blue) = 168+240+235=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F0EB is #570F14. Grayscale: #D9D9D9. Windows color (decimal): -5705493 or 15462568. OLE color: 15462568.
HSL color Cylindrical-coordinate representation of color #A8F0EB: hue angle of 175.83º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0EB is Cyan = 0.3, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 168 | 240 | 235 | - |
CMYK | 0.3 | 0 | 0.02 | 0.06 |
HSL | 175.83º | 0.71% | 0.8% | - |
HSV(B) | 175.83º | 0.3% | 0.94% | - |
XYZ | 62.3 | 76.64 | 90.11 | - |
YUV | 217.9 | 137.65 | 92.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 240 | 235 | 0.3 | 0 | 0.02 | 0.06 | 175.83 | 0.71 | 0.8 |
Hex | A8 | F0 | EB | 1E | 0 | 2 | 6 | B0 | 47 | 50 |
Octal | 250 | 360 | 353 | 36 | 0 | 2 | 6 | 260 | 107 | 120 |
Binary | 10101000 | 11110000 | 11101011 | 11110 | 0 | 10 | 110 | 10110000 | 1000111 | 1010000 |
Color Harmonies of #A8F0EB
Complementary color
Monochromatic Colors of #A8F0EB
Black with #A8F0EB
Text Example
Text Example
White with #A8F0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0EB; }
p { color: rgb(168,240,235); }
H1.HeaderClassName
{
color: #A8F0EB;
}
.AnyTagClassName
{
color: #A8F0EB;
}
</style>
background-color css
<style>
a { background-color: #A8F0EB; }
a { background-color: rgb(168,240,235); }
div.DivClassName
{
background-color: #A8F0EB;
}
.BgClassName
{
background-color: #A8F0EB;
}
</style>
border-color css
<style>
span { border-color: #A8F0EB; }
span { border-color: rgb(168,240,235); }
td.TdClassName
{
border-color: #A8F0EB;
}
.TagClassName
{
border-color: #A8F0EB;
}
</style>