Shades of Pale Turquoise #A8F2FE
Tints of Pale Turquoise #A8F2FE
RGB
CMYK
RGB Variations
Color information
#A8F2FE (or 0xA8F2FE) is known color: Pale Turquoise. HEX triplet: A8, F2 and FE. RGB value is (168,242,254). Sum of RGB (Red+Green+Blue) = 168+242+254=664 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.30% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F2FE is #570D01. Grayscale: #DDDDDD. Windows color (decimal): -5704962 or 16708264. OLE color: 16708264.
HSL color Cylindrical-coordinate representation of color #A8F2FE: hue angle of 188.37º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8F2FE is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 242 | 254 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.00 |
| HSL | 188.37º | 0.98% | 0.83% | - |
| HSV(B) | 188.37º | 0.34% | 1% | - |
| XYZ | 65.79 | 78.98 | 105.54 | - |
| YUV | 221.24 | 146.48 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 254 | 0.34 | 0.05 | 0 | 0.00 | 188.37 | 0.98 | 0.83 |
| Hex | A8 | F2 | FE | 22 | 5 | 0 | 0 | BC | 62 | 53 |
| Octal | 250 | 362 | 376 | 42 | 5 | 0 | 0 | 274 | 142 | 123 |
| Binary | 10101000 | 11110010 | 11111110 | 100010 | 101 | 0 | 0 | 10111100 | 1100010 | 1010011 |
Color Harmonies of #A8F2FE
Complementary color
Monochromatic Colors of #A8F2FE
Black with #A8F2FE
Text Example
Text Example
White with #A8F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F2FE; }
p { color: rgb(168,242,254); }
H1.HeaderClassName
{
color: #A8F2FE;
}
.AnyTagClassName
{
color: #A8F2FE;
}
</style>
background-color css
<style>
a { background-color: #A8F2FE; }
a { background-color: rgb(168,242,254); }
div.DivClassName
{
background-color: #A8F2FE;
}
.BgClassName
{
background-color: #A8F2FE;
}
</style>
border-color css
<style>
span { border-color: #A8F2FE; }
span { border-color: rgb(168,242,254); }
td.TdClassName
{
border-color: #A8F2FE;
}
.TagClassName
{
border-color: #A8F2FE;
}
</style>