Shades of Pale Turquoise #A8EFF7
Tints of Pale Turquoise #A8EFF7
RGB
CMYK
RGB Variations
Color information
#A8EFF7 (or 0xA8EFF7) is known color: Pale Turquoise. HEX triplet: A8, EF and F7. RGB value is (168,239,247). Sum of RGB (Red+Green+Blue) = 168+239+247=654 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.69% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #A8EFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFF7 is #571008. Grayscale: #DADADA. Windows color (decimal): -5705737 or 16248744. OLE color: 16248744.
HSL color Cylindrical-coordinate representation of color #A8EFF7: hue angle of 186.08º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8EFF7 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 239 | 247 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.03 |
| HSL | 186.08º | 0.83% | 0.81% | - |
| HSV(B) | 186.08º | 0.32% | 0.97% | - |
| XYZ | 63.8 | 76.77 | 99.45 | - |
| YUV | 218.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 247 | 0.32 | 0.03 | 0 | 0.03 | 186.08 | 0.83 | 0.81 |
| Hex | A8 | EF | F7 | 20 | 3 | 0 | 3 | BA | 53 | 51 |
| Octal | 250 | 357 | 367 | 40 | 3 | 0 | 3 | 272 | 123 | 121 |
| Binary | 10101000 | 11101111 | 11110111 | 100000 | 11 | 0 | 11 | 10111010 | 1010011 | 1010001 |
Color Harmonies of #A8EFF7
Complementary color
Monochromatic Colors of #A8EFF7
Black with #A8EFF7
Text Example
Text Example
White with #A8EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFF7; }
p { color: rgb(168,239,247); }
H1.HeaderClassName
{
color: #A8EFF7;
}
.AnyTagClassName
{
color: #A8EFF7;
}
</style>
background-color css
<style>
a { background-color: #A8EFF7; }
a { background-color: rgb(168,239,247); }
div.DivClassName
{
background-color: #A8EFF7;
}
.BgClassName
{
background-color: #A8EFF7;
}
</style>
border-color css
<style>
span { border-color: #A8EFF7; }
span { border-color: rgb(168,239,247); }
td.TdClassName
{
border-color: #A8EFF7;
}
.TagClassName
{
border-color: #A8EFF7;
}
</style>