Shades of Pale Turquoise #A8EEF8
Tints of Pale Turquoise #A8EEF8
RGB
CMYK
RGB Variations
Color information
#A8EEF8 (or 0xA8EEF8) is known color: Pale Turquoise. HEX triplet: A8, EE and F8. RGB value is (168,238,248). Sum of RGB (Red+Green+Blue) = 168+238+248=654 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.69% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #A8EEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEF8 is #571107. Grayscale: #DADADA. Windows color (decimal): -5705992 or 16314024. OLE color: 16314024.
HSL color Cylindrical-coordinate representation of color #A8EEF8: hue angle of 187.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8EEF8 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 238 | 248 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.03 |
| HSL | 187.5º | 0.85% | 0.82% | - |
| HSV(B) | 187.5º | 0.32% | 0.97% | - |
| XYZ | 63.67 | 76.25 | 100.17 | - |
| YUV | 218.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 248 | 0.32 | 0.04 | 0 | 0.03 | 187.5 | 0.85 | 0.82 |
| Hex | A8 | EE | F8 | 20 | 4 | 0 | 3 | BC | 55 | 52 |
| Octal | 250 | 356 | 370 | 40 | 4 | 0 | 3 | 274 | 125 | 122 |
| Binary | 10101000 | 11101110 | 11111000 | 100000 | 100 | 0 | 11 | 10111100 | 1010101 | 1010010 |
Color Harmonies of #A8EEF8
Complementary color
Monochromatic Colors of #A8EEF8
Black with #A8EEF8
Text Example
Text Example
White with #A8EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEF8; }
p { color: rgb(168,238,248); }
H1.HeaderClassName
{
color: #A8EEF8;
}
.AnyTagClassName
{
color: #A8EEF8;
}
</style>
background-color css
<style>
a { background-color: #A8EEF8; }
a { background-color: rgb(168,238,248); }
div.DivClassName
{
background-color: #A8EEF8;
}
.BgClassName
{
background-color: #A8EEF8;
}
</style>
border-color css
<style>
span { border-color: #A8EEF8; }
span { border-color: rgb(168,238,248); }
td.TdClassName
{
border-color: #A8EEF8;
}
.TagClassName
{
border-color: #A8EEF8;
}
</style>