Shades of Pale Turquoise #A8EFF0
Tints of Pale Turquoise #A8EFF0
RGB
CMYK
RGB Variations
Color information
#A8EFF0 (or 0xA8EFF0) is known color: Pale Turquoise. HEX triplet: A8, EF and F0. RGB value is (168,239,240). Sum of RGB (Red+Green+Blue) = 168+239+240=647 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.97% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #A8EFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFF0 is #57100F. Grayscale: #D9D9D9. Windows color (decimal): -5705744 or 15789992. OLE color: 15789992.
HSL color Cylindrical-coordinate representation of color #A8EFF0: hue angle of 180.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 #A8EFF0 is Cyan = 0.3, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 240 | - |
| CMYK | 0.3 | 0.00 | 0 | 0.06 |
| HSL | 180.83º | 0.71% | 0.8% | - |
| HSV(B) | 180.83º | 0.3% | 0.94% | - |
| XYZ | 62.74 | 76.35 | 93.87 | - |
| YUV | 217.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 240 | 0.3 | 0.00 | 0 | 0.06 | 180.83 | 0.71 | 0.8 |
| Hex | A8 | EF | F0 | 1E | 0 | 0 | 6 | B5 | 47 | 50 |
| Octal | 250 | 357 | 360 | 36 | 0 | 0 | 6 | 265 | 107 | 120 |
| Binary | 10101000 | 11101111 | 11110000 | 11110 | 0 | 0 | 110 | 10110101 | 1000111 | 1010000 |
Color Harmonies of #A8EFF0
Complementary color
Monochromatic Colors of #A8EFF0
Black with #A8EFF0
Text Example
Text Example
White with #A8EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFF0; }
p { color: rgb(168,239,240); }
H1.HeaderClassName
{
color: #A8EFF0;
}
.AnyTagClassName
{
color: #A8EFF0;
}
</style>
background-color css
<style>
a { background-color: #A8EFF0; }
a { background-color: rgb(168,239,240); }
div.DivClassName
{
background-color: #A8EFF0;
}
.BgClassName
{
background-color: #A8EFF0;
}
</style>
border-color css
<style>
span { border-color: #A8EFF0; }
span { border-color: rgb(168,239,240); }
td.TdClassName
{
border-color: #A8EFF0;
}
.TagClassName
{
border-color: #A8EFF0;
}
</style>