Shades of Pale Turquoise #A8EEF0
Tints of Pale Turquoise #A8EEF0
RGB
CMYK
RGB Variations
Color information
#A8EEF0 (or 0xA8EEF0) is known color: Pale Turquoise. HEX triplet: A8, EE and F0. RGB value is (168,238,240). Sum of RGB (Red+Green+Blue) = 168+238+240=646 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.01% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #A8EEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEF0 is #57110F. Grayscale: #D9D9D9. Windows color (decimal): -5706000 or 15789736. OLE color: 15789736.
HSL color Cylindrical-coordinate representation of color #A8EEF0: hue angle of 181.67º 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 #A8EEF0 is Cyan = 0.3, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 238 | 240 | - |
| CMYK | 0.3 | 0.01 | 0 | 0.06 |
| HSL | 181.67º | 0.71% | 0.8% | - |
| HSV(B) | 181.67º | 0.3% | 0.94% | - |
| XYZ | 62.45 | 75.77 | 93.77 | - |
| YUV | 217.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 240 | 0.3 | 0.01 | 0 | 0.06 | 181.67 | 0.71 | 0.8 |
| Hex | A8 | EE | F0 | 1E | 1 | 0 | 6 | B6 | 47 | 50 |
| Octal | 250 | 356 | 360 | 36 | 1 | 0 | 6 | 266 | 107 | 120 |
| Binary | 10101000 | 11101110 | 11110000 | 11110 | 1 | 0 | 110 | 10110110 | 1000111 | 1010000 |
Color Harmonies of #A8EEF0
Complementary color
Monochromatic Colors of #A8EEF0
Black with #A8EEF0
Text Example
Text Example
White with #A8EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEF0; }
p { color: rgb(168,238,240); }
H1.HeaderClassName
{
color: #A8EEF0;
}
.AnyTagClassName
{
color: #A8EEF0;
}
</style>
background-color css
<style>
a { background-color: #A8EEF0; }
a { background-color: rgb(168,238,240); }
div.DivClassName
{
background-color: #A8EEF0;
}
.BgClassName
{
background-color: #A8EEF0;
}
</style>
border-color css
<style>
span { border-color: #A8EEF0; }
span { border-color: rgb(168,238,240); }
td.TdClassName
{
border-color: #A8EEF0;
}
.TagClassName
{
border-color: #A8EEF0;
}
</style>