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