Shades of Pale Turquoise #A8F4FE
Tints of Pale Turquoise #A8F4FE
RGB
CMYK
RGB Variations
Color information
#A8F4FE (or 0xA8F4FE) is known color: Pale Turquoise. HEX triplet: A8, F4 and FE. RGB value is (168,244,254). Sum of RGB (Red+Green+Blue) = 168+244+254=666 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.23% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8F4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F4FE is #570B01. Grayscale: #DEDEDE. Windows color (decimal): -5704450 or 16708776. OLE color: 16708776.
HSL color Cylindrical-coordinate representation of color #A8F4FE: hue angle of 186.98º 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 #A8F4FE is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 244 | 254 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.00 |
| HSL | 186.98º | 0.98% | 0.83% | - |
| HSV(B) | 186.98º | 0.34% | 1% | - |
| XYZ | 66.39 | 80.18 | 105.74 | - |
| YUV | 222.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 254 | 0.34 | 0.04 | 0 | 0.00 | 186.98 | 0.98 | 0.83 |
| Hex | A8 | F4 | FE | 22 | 4 | 0 | 0 | BB | 62 | 53 |
| Octal | 250 | 364 | 376 | 42 | 4 | 0 | 0 | 273 | 142 | 123 |
| Binary | 10101000 | 11110100 | 11111110 | 100010 | 100 | 0 | 0 | 10111011 | 1100010 | 1010011 |
Color Harmonies of #A8F4FE
Complementary color
Monochromatic Colors of #A8F4FE
Black with #A8F4FE
Text Example
Text Example
White with #A8F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4FE; }
p { color: rgb(168,244,254); }
H1.HeaderClassName
{
color: #A8F4FE;
}
.AnyTagClassName
{
color: #A8F4FE;
}
</style>
background-color css
<style>
a { background-color: #A8F4FE; }
a { background-color: rgb(168,244,254); }
div.DivClassName
{
background-color: #A8F4FE;
}
.BgClassName
{
background-color: #A8F4FE;
}
</style>
border-color css
<style>
span { border-color: #A8F4FE; }
span { border-color: rgb(168,244,254); }
td.TdClassName
{
border-color: #A8F4FE;
}
.TagClassName
{
border-color: #A8F4FE;
}
</style>