Shades of Pale Turquoise #A7FEF8
Tints of Pale Turquoise #A7FEF8
RGB
CMYK
RGB Variations
Color information
#A7FEF8 (or 0xA7FEF8) is known color: Pale Turquoise. HEX triplet: A7, FE and F8. RGB value is (167,254,248). Sum of RGB (Red+Green+Blue) = 167+254+248=669 (88% of max value = 765). Red value is 167 (65.62% from 255 or 24.96% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FEF8 is #580107. Grayscale: #E3E3E3. Windows color (decimal): -5767432 or 16318119. OLE color: 16318119.
HSL color Cylindrical-coordinate representation of color #A7FEF8: hue angle of 175.86º 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 #A7FEF8 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 254 | 248 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.00 |
| HSL | 175.86º | 0.98% | 0.83% | - |
| HSV(B) | 175.86º | 0.34% | 1% | - |
| XYZ | 68.32 | 85.88 | 101.78 | - |
| YUV | 227.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 254 | 248 | 0.34 | 0 | 0.02 | 0.00 | 175.86 | 0.98 | 0.83 |
| Hex | A7 | FE | F8 | 22 | 0 | 2 | 0 | B0 | 62 | 53 |
| Octal | 247 | 376 | 370 | 42 | 0 | 2 | 0 | 260 | 142 | 123 |
| Binary | 10100111 | 11111110 | 11111000 | 100010 | 0 | 10 | 0 | 10110000 | 1100010 | 1010011 |
Color Harmonies of #A7FEF8
Complementary color
Monochromatic Colors of #A7FEF8
Black with #A7FEF8
Text Example
Text Example
White with #A7FEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FEF8; }
p { color: rgb(167,254,248); }
H1.HeaderClassName
{
color: #A7FEF8;
}
.AnyTagClassName
{
color: #A7FEF8;
}
</style>
background-color css
<style>
a { background-color: #A7FEF8; }
a { background-color: rgb(167,254,248); }
div.DivClassName
{
background-color: #A7FEF8;
}
.BgClassName
{
background-color: #A7FEF8;
}
</style>
border-color css
<style>
span { border-color: #A7FEF8; }
span { border-color: rgb(167,254,248); }
td.TdClassName
{
border-color: #A7FEF8;
}
.TagClassName
{
border-color: #A7FEF8;
}
</style>