Shades of Pale Turquoise #A8EEF6
Tints of Pale Turquoise #A8EEF6
RGB
CMYK
RGB Variations
Color information
#A8EEF6 (or 0xA8EEF6) is known color: Pale Turquoise. HEX triplet: A8, EE and F6. RGB value is (168,238,246). Sum of RGB (Red+Green+Blue) = 168+238+246=652 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.77% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #A8EEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEF6 is #571109. Grayscale: #D9D9D9. Windows color (decimal): -5705994 or 16182952. OLE color: 16182952.
HSL color Cylindrical-coordinate representation of color #A8EEF6: hue angle of 186.15º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8EEF6 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 238 | 246 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.04 |
| HSL | 186.15º | 0.81% | 0.81% | - |
| HSV(B) | 186.15º | 0.32% | 0.96% | - |
| XYZ | 63.36 | 76.13 | 98.54 | - |
| YUV | 217.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 246 | 0.32 | 0.03 | 0 | 0.04 | 186.15 | 0.81 | 0.81 |
| Hex | A8 | EE | F6 | 20 | 3 | 0 | 4 | BA | 51 | 51 |
| Octal | 250 | 356 | 366 | 40 | 3 | 0 | 4 | 272 | 121 | 121 |
| Binary | 10101000 | 11101110 | 11110110 | 100000 | 11 | 0 | 100 | 10111010 | 1010001 | 1010001 |
Color Harmonies of #A8EEF6
Complementary color
Monochromatic Colors of #A8EEF6
Black with #A8EEF6
Text Example
Text Example
White with #A8EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEF6; }
p { color: rgb(168,238,246); }
H1.HeaderClassName
{
color: #A8EEF6;
}
.AnyTagClassName
{
color: #A8EEF6;
}
</style>
background-color css
<style>
a { background-color: #A8EEF6; }
a { background-color: rgb(168,238,246); }
div.DivClassName
{
background-color: #A8EEF6;
}
.BgClassName
{
background-color: #A8EEF6;
}
</style>
border-color css
<style>
span { border-color: #A8EEF6; }
span { border-color: rgb(168,238,246); }
td.TdClassName
{
border-color: #A8EEF6;
}
.TagClassName
{
border-color: #A8EEF6;
}
</style>