Shades of Pale Turquoise #A8F6FF
Tints of Pale Turquoise #A8F6FF
RGB
CMYK
RGB Variations
Color information
#A8F6FF (or 0xA8F6FF) is known color: Pale Turquoise. HEX triplet: A8, F6 and FF. RGB value is (168,246,255). Sum of RGB (Red+Green+Blue) = 168+246+255=669 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.11% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F6FF is #570900. Grayscale: #DFDFDF. Windows color (decimal): -5703937 or 16774824. OLE color: 16774824.
HSL color Cylindrical-coordinate representation of color #A8F6FF: hue angle of 186.21º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8F6FF is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 168 | 246 | 255 | - |
CMYK | 0.34 | 0.04 | 0 | 0 |
HSL | 186.21º | 1% | 0.83% | - |
HSV(B) | 186.21º | 0.34% | 1% | - |
XYZ | 67.15 | 81.46 | 106.79 | - |
YUV | 223.7 | 145.66 | 88.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 246 | 255 | 0.34 | 0.04 | 0 | 0 | 186.21 | 1 | 0.83 |
Hex | A8 | F6 | FF | 22 | 4 | 0 | 0 | BA | 64 | 53 |
Octal | 250 | 366 | 377 | 42 | 4 | 0 | 0 | 272 | 144 | 123 |
Binary | 10101000 | 11110110 | 11111111 | 100010 | 100 | 0 | 0 | 10111010 | 1100100 | 1010011 |
Color Harmonies of #A8F6FF
Complementary color
Monochromatic Colors of #A8F6FF
Black with #A8F6FF
Text Example
Text Example
White with #A8F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F6FF; }
p { color: rgb(168,246,255); }
H1.HeaderClassName
{
color: #A8F6FF;
}
.AnyTagClassName
{
color: #A8F6FF;
}
</style>
background-color css
<style>
a { background-color: #A8F6FF; }
a { background-color: rgb(168,246,255); }
div.DivClassName
{
background-color: #A8F6FF;
}
.BgClassName
{
background-color: #A8F6FF;
}
</style>
border-color css
<style>
span { border-color: #A8F6FF; }
span { border-color: rgb(168,246,255); }
td.TdClassName
{
border-color: #A8F6FF;
}
.TagClassName
{
border-color: #A8F6FF;
}
</style>