Shades of Pale Turquoise #A8F2EE
Tints of Pale Turquoise #A8F2EE
RGB
CMYK
RGB Variations
Color information
#A8F2EE (or 0xA8F2EE) is known color: Pale Turquoise. HEX triplet: A8, F2 and EE. RGB value is (168,242,238). Sum of RGB (Red+Green+Blue) = 168+242+238=648 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.93% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F2EE is #570D11. Grayscale: #DBDBDB. Windows color (decimal): -5704978 or 15659688. OLE color: 15659688.
HSL color Cylindrical-coordinate representation of color #A8F2EE: hue angle of 176.76º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F2EE is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 238 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.05 |
| HSL | 176.76º | 0.74% | 0.8% | - |
| HSV(B) | 176.76º | 0.31% | 0.95% | - |
| XYZ | 63.33 | 78 | 92.61 | - |
| YUV | 219.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 238 | 0.31 | 0 | 0.02 | 0.05 | 176.76 | 0.74 | 0.8 |
| Hex | A8 | F2 | EE | 1F | 0 | 2 | 5 | B1 | 4A | 50 |
| Octal | 250 | 362 | 356 | 37 | 0 | 2 | 5 | 261 | 112 | 120 |
| Binary | 10101000 | 11110010 | 11101110 | 11111 | 0 | 10 | 101 | 10110001 | 1001010 | 1010000 |
Color Harmonies of #A8F2EE
Complementary color
Monochromatic Colors of #A8F2EE
Black with #A8F2EE
Text Example
Text Example
White with #A8F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F2EE; }
p { color: rgb(168,242,238); }
H1.HeaderClassName
{
color: #A8F2EE;
}
.AnyTagClassName
{
color: #A8F2EE;
}
</style>
background-color css
<style>
a { background-color: #A8F2EE; }
a { background-color: rgb(168,242,238); }
div.DivClassName
{
background-color: #A8F2EE;
}
.BgClassName
{
background-color: #A8F2EE;
}
</style>
border-color css
<style>
span { border-color: #A8F2EE; }
span { border-color: rgb(168,242,238); }
td.TdClassName
{
border-color: #A8F2EE;
}
.TagClassName
{
border-color: #A8F2EE;
}
</style>