Shades of Pale Turquoise #A8F6FE
Tints of Pale Turquoise #A8F6FE
RGB
CMYK
RGB Variations
Color information
#A8F6FE (or 0xA8F6FE) is known color: Pale Turquoise. HEX triplet: A8, F6 and FE. RGB value is (168,246,254). Sum of RGB (Red+Green+Blue) = 168+246+254=668 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.15% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8F6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F6FE is #570901. Grayscale: #DFDFDF. Windows color (decimal): -5703938 or 16709288. OLE color: 16709288.
HSL color Cylindrical-coordinate representation of color #A8F6FE: hue angle of 185.58º 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 #A8F6FE is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 246 | 254 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.00 |
| HSL | 185.58º | 0.98% | 0.83% | - |
| HSV(B) | 185.58º | 0.34% | 1% | - |
| XYZ | 66.99 | 81.39 | 105.95 | - |
| YUV | 223.59 | 145.16 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 254 | 0.34 | 0.03 | 0 | 0.00 | 185.58 | 0.98 | 0.83 |
| Hex | A8 | F6 | FE | 22 | 3 | 0 | 0 | BA | 62 | 53 |
| Octal | 250 | 366 | 376 | 42 | 3 | 0 | 0 | 272 | 142 | 123 |
| Binary | 10101000 | 11110110 | 11111110 | 100010 | 11 | 0 | 0 | 10111010 | 1100010 | 1010011 |
Color Harmonies of #A8F6FE
Complementary color
Monochromatic Colors of #A8F6FE
Black with #A8F6FE
Text Example
Text Example
White with #A8F6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F6FE; }
p { color: rgb(168,246,254); }
H1.HeaderClassName
{
color: #A8F6FE;
}
.AnyTagClassName
{
color: #A8F6FE;
}
</style>
background-color css
<style>
a { background-color: #A8F6FE; }
a { background-color: rgb(168,246,254); }
div.DivClassName
{
background-color: #A8F6FE;
}
.BgClassName
{
background-color: #A8F6FE;
}
</style>
border-color css
<style>
span { border-color: #A8F6FE; }
span { border-color: rgb(168,246,254); }
td.TdClassName
{
border-color: #A8F6FE;
}
.TagClassName
{
border-color: #A8F6FE;
}
</style>