Shades of Pale Turquoise #A8F1EE
Tints of Pale Turquoise #A8F1EE
RGB
CMYK
RGB Variations
Color information
#A8F1EE (or 0xA8F1EE) is known color: Pale Turquoise. HEX triplet: A8, F1 and EE. RGB value is (168,241,238). Sum of RGB (Red+Green+Blue) = 168+241+238=647 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.97% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F1EE is #570E11. Grayscale: #DADADA. Windows color (decimal): -5705234 or 15659432. OLE color: 15659432.
HSL color Cylindrical-coordinate representation of color #A8F1EE: hue angle of 177.53º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F1EE is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 238 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.05 |
| HSL | 177.53º | 0.72% | 0.8% | - |
| HSV(B) | 177.53º | 0.3% | 0.95% | - |
| XYZ | 63.04 | 77.41 | 92.51 | - |
| YUV | 218.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 238 | 0.30 | 0 | 0.01 | 0.05 | 177.53 | 0.72 | 0.8 |
| Hex | A8 | F1 | EE | 1E | 0 | 1 | 5 | B2 | 48 | 50 |
| Octal | 250 | 361 | 356 | 36 | 0 | 1 | 5 | 262 | 110 | 120 |
| Binary | 10101000 | 11110001 | 11101110 | 11110 | 0 | 1 | 101 | 10110010 | 1001000 | 1010000 |
Color Harmonies of #A8F1EE
Complementary color
Monochromatic Colors of #A8F1EE
Black with #A8F1EE
Text Example
Text Example
White with #A8F1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F1EE; }
p { color: rgb(168,241,238); }
H1.HeaderClassName
{
color: #A8F1EE;
}
.AnyTagClassName
{
color: #A8F1EE;
}
</style>
background-color css
<style>
a { background-color: #A8F1EE; }
a { background-color: rgb(168,241,238); }
div.DivClassName
{
background-color: #A8F1EE;
}
.BgClassName
{
background-color: #A8F1EE;
}
</style>
border-color css
<style>
span { border-color: #A8F1EE; }
span { border-color: rgb(168,241,238); }
td.TdClassName
{
border-color: #A8F1EE;
}
.TagClassName
{
border-color: #A8F1EE;
}
</style>