Shades of Pale Turquoise #A7F2FE
Tints of Pale Turquoise #A7F2FE
RGB
CMYK
RGB Variations
Color information
#A7F2FE (or 0xA7F2FE) is known color: Pale Turquoise. HEX triplet: A7, F2 and FE. RGB value is (167,242,254). Sum of RGB (Red+Green+Blue) = 167+242+254=663 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.19% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F2FE is #580D01. Grayscale: #DCDCDC. Windows color (decimal): -5770498 or 16708263. OLE color: 16708263.
HSL color Cylindrical-coordinate representation of color #A7F2FE: hue angle of 188.28º 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 #A7F2FE is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 242 | 254 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.00 |
| HSL | 188.28º | 0.98% | 0.83% | - |
| HSV(B) | 188.28º | 0.34% | 1% | - |
| XYZ | 65.58 | 78.88 | 105.53 | - |
| YUV | 220.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 242 | 254 | 0.34 | 0.05 | 0 | 0.00 | 188.28 | 0.98 | 0.83 |
| Hex | A7 | F2 | FE | 22 | 5 | 0 | 0 | BC | 62 | 53 |
| Octal | 247 | 362 | 376 | 42 | 5 | 0 | 0 | 274 | 142 | 123 |
| Binary | 10100111 | 11110010 | 11111110 | 100010 | 101 | 0 | 0 | 10111100 | 1100010 | 1010011 |
Color Harmonies of #A7F2FE
Complementary color
Monochromatic Colors of #A7F2FE
Black with #A7F2FE
Text Example
Text Example
White with #A7F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F2FE; }
p { color: rgb(167,242,254); }
H1.HeaderClassName
{
color: #A7F2FE;
}
.AnyTagClassName
{
color: #A7F2FE;
}
</style>
background-color css
<style>
a { background-color: #A7F2FE; }
a { background-color: rgb(167,242,254); }
div.DivClassName
{
background-color: #A7F2FE;
}
.BgClassName
{
background-color: #A7F2FE;
}
</style>
border-color css
<style>
span { border-color: #A7F2FE; }
span { border-color: rgb(167,242,254); }
td.TdClassName
{
border-color: #A7F2FE;
}
.TagClassName
{
border-color: #A7F2FE;
}
</style>