Shades of Pale Turquoise #A8FEFF
Tints of Pale Turquoise #A8FEFF
RGB
CMYK
RGB Variations
Color information
#A8FEFF (or 0xA8FEFF) is known color: Pale Turquoise. HEX triplet: A8, FE and FF. RGB value is (168,254,255). Sum of RGB (Red+Green+Blue) = 168+254+255=677 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.82% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FEFF is #570100. Grayscale: #E4E4E4. Windows color (decimal): -5701889 or 16776872. OLE color: 16776872.
HSL color Cylindrical-coordinate representation of color #A8FEFF: hue angle of 180.69º 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 #A8FEFF is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 168 | 254 | 255 | - |
CMYK | 0.34 | 0.00 | 0 | 0 |
HSL | 180.69º | 1% | 0.83% | - |
HSV(B) | 180.69º | 0.34% | 1% | - |
XYZ | 69.64 | 86.43 | 107.62 | - |
YUV | 228.4 | 143.01 | 84.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 254 | 255 | 0.34 | 0.00 | 0 | 0 | 180.69 | 1 | 0.83 |
Hex | A8 | FE | FF | 22 | 0 | 0 | 0 | B5 | 64 | 53 |
Octal | 250 | 376 | 377 | 42 | 0 | 0 | 0 | 265 | 144 | 123 |
Binary | 10101000 | 11111110 | 11111111 | 100010 | 0 | 0 | 0 | 10110101 | 1100100 | 1010011 |
Color Harmonies of #A8FEFF
Complementary color
Monochromatic Colors of #A8FEFF
Black with #A8FEFF
Text Example
Text Example
White with #A8FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FEFF; }
p { color: rgb(168,254,255); }
H1.HeaderClassName
{
color: #A8FEFF;
}
.AnyTagClassName
{
color: #A8FEFF;
}
</style>
background-color css
<style>
a { background-color: #A8FEFF; }
a { background-color: rgb(168,254,255); }
div.DivClassName
{
background-color: #A8FEFF;
}
.BgClassName
{
background-color: #A8FEFF;
}
</style>
border-color css
<style>
span { border-color: #A8FEFF; }
span { border-color: rgb(168,254,255); }
td.TdClassName
{
border-color: #A8FEFF;
}
.TagClassName
{
border-color: #A8FEFF;
}
</style>