Shades of Pale Turquoise #A7FFFE
Tints of Pale Turquoise #A7FFFE
RGB
CMYK
RGB Variations
Color information
#A7FFFE (or 0xA7FFFE) is known color: Pale Turquoise. HEX triplet: A7, FF and FE. RGB value is (167,255,254). Sum of RGB (Red+Green+Blue) = 167+255+254=676 (89% of max value = 765). Red value is 167 (65.62% from 255 or 24.70% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FFFE is #580001. Grayscale: #E4E4E4. Windows color (decimal): -5767170 or 16711591. OLE color: 16711591.
HSL color Cylindrical-coordinate representation of color #A7FFFE: hue angle of 179.32º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7FFFE is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 254 | - |
| CMYK | 0.35 | 0 | 0.00 | 0 |
| HSL | 179.32º | 1% | 0.83% | - |
| HSV(B) | 179.32º | 0.35% | 1% | - |
| XYZ | 69.59 | 86.89 | 106.87 | - |
| YUV | 228.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 254 | 0.35 | 0 | 0.00 | 0 | 179.32 | 1 | 0.83 |
| Hex | A7 | FF | FE | 23 | 0 | 0 | 0 | B3 | 64 | 53 |
| Octal | 247 | 377 | 376 | 43 | 0 | 0 | 0 | 263 | 144 | 123 |
| Binary | 10100111 | 11111111 | 11111110 | 100011 | 0 | 0 | 0 | 10110011 | 1100100 | 1010011 |
Color Harmonies of #A7FFFE
Complementary color
Monochromatic Colors of #A7FFFE
Black with #A7FFFE
Text Example
Text Example
White with #A7FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FFFE; }
p { color: rgb(167,255,254); }
H1.HeaderClassName
{
color: #A7FFFE;
}
.AnyTagClassName
{
color: #A7FFFE;
}
</style>
background-color css
<style>
a { background-color: #A7FFFE; }
a { background-color: rgb(167,255,254); }
div.DivClassName
{
background-color: #A7FFFE;
}
.BgClassName
{
background-color: #A7FFFE;
}
</style>
border-color css
<style>
span { border-color: #A7FFFE; }
span { border-color: rgb(167,255,254); }
td.TdClassName
{
border-color: #A7FFFE;
}
.TagClassName
{
border-color: #A7FFFE;
}
</style>