Shades of Pale Turquoise #A8F4FB
Tints of Pale Turquoise #A8F4FB
RGB
CMYK
RGB Variations
Color information
#A8F4FB (or 0xA8F4FB) is known color: Pale Turquoise. HEX triplet: A8, F4 and FB. RGB value is (168,244,251). Sum of RGB (Red+Green+Blue) = 168+244+251=663 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.34% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8F4FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F4FB is #570B04. Grayscale: #DDDDDD. Windows color (decimal): -5704453 or 16512168. OLE color: 16512168.
HSL color Cylindrical-coordinate representation of color #A8F4FB: hue angle of 185.06º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8F4FB is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 244 | 251 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.02 |
| HSL | 185.06º | 0.91% | 0.82% | - |
| HSV(B) | 185.06º | 0.33% | 0.98% | - |
| XYZ | 65.91 | 79.99 | 103.23 | - |
| YUV | 222.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 251 | 0.33 | 0.03 | 0 | 0.02 | 185.06 | 0.91 | 0.82 |
| Hex | A8 | F4 | FB | 21 | 3 | 0 | 2 | B9 | 5B | 52 |
| Octal | 250 | 364 | 373 | 41 | 3 | 0 | 2 | 271 | 133 | 122 |
| Binary | 10101000 | 11110100 | 11111011 | 100001 | 11 | 0 | 10 | 10111001 | 1011011 | 1010010 |
Color Harmonies of #A8F4FB
Complementary color
Monochromatic Colors of #A8F4FB
Black with #A8F4FB
Text Example
Text Example
White with #A8F4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4FB; }
p { color: rgb(168,244,251); }
H1.HeaderClassName
{
color: #A8F4FB;
}
.AnyTagClassName
{
color: #A8F4FB;
}
</style>
background-color css
<style>
a { background-color: #A8F4FB; }
a { background-color: rgb(168,244,251); }
div.DivClassName
{
background-color: #A8F4FB;
}
.BgClassName
{
background-color: #A8F4FB;
}
</style>
border-color css
<style>
span { border-color: #A8F4FB; }
span { border-color: rgb(168,244,251); }
td.TdClassName
{
border-color: #A8F4FB;
}
.TagClassName
{
border-color: #A8F4FB;
}
</style>