Shades of Pale Turquoise #A7F4FE
Tints of Pale Turquoise #A7F4FE
RGB
CMYK
RGB Variations
Color information
#A7F4FE (or 0xA7F4FE) is known color: Pale Turquoise. HEX triplet: A7, F4 and FE. RGB value is (167,244,254). Sum of RGB (Red+Green+Blue) = 167+244+254=665 (88% of max value = 765). Red value is 167 (65.62% from 255 or 25.11% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7F4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F4FE is #580B01. Grayscale: #DDDDDD. Windows color (decimal): -5769986 or 16708775. OLE color: 16708775.
HSL color Cylindrical-coordinate representation of color #A7F4FE: hue angle of 186.9º 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 #A7F4FE is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 244 | 254 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.00 |
| HSL | 186.9º | 0.98% | 0.83% | - |
| HSV(B) | 186.9º | 0.34% | 1% | - |
| XYZ | 66.18 | 80.07 | 105.73 | - |
| YUV | 222.12 | 145.99 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 244 | 254 | 0.34 | 0.04 | 0 | 0.00 | 186.9 | 0.98 | 0.83 |
| Hex | A7 | F4 | FE | 22 | 4 | 0 | 0 | BB | 62 | 53 |
| Octal | 247 | 364 | 376 | 42 | 4 | 0 | 0 | 273 | 142 | 123 |
| Binary | 10100111 | 11110100 | 11111110 | 100010 | 100 | 0 | 0 | 10111011 | 1100010 | 1010011 |
Color Harmonies of #A7F4FE
Complementary color
Monochromatic Colors of #A7F4FE
Black with #A7F4FE
Text Example
Text Example
White with #A7F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F4FE; }
p { color: rgb(167,244,254); }
H1.HeaderClassName
{
color: #A7F4FE;
}
.AnyTagClassName
{
color: #A7F4FE;
}
</style>
background-color css
<style>
a { background-color: #A7F4FE; }
a { background-color: rgb(167,244,254); }
div.DivClassName
{
background-color: #A7F4FE;
}
.BgClassName
{
background-color: #A7F4FE;
}
</style>
border-color css
<style>
span { border-color: #A7F4FE; }
span { border-color: rgb(167,244,254); }
td.TdClassName
{
border-color: #A7F4FE;
}
.TagClassName
{
border-color: #A7F4FE;
}
</style>