Shades of Pale Turquoise #A7F0FA
Tints of Pale Turquoise #A7F0FA
RGB
CMYK
RGB Variations
Color information
#A7F0FA (or 0xA7F0FA) is known color: Pale Turquoise. HEX triplet: A7, F0 and FA. RGB value is (167,240,250). Sum of RGB (Red+Green+Blue) = 167+240+250=657 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.42% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7F0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F0FA is #580F05. Grayscale: #DBDBDB. Windows color (decimal): -5771014 or 16445607. OLE color: 16445607.
HSL color Cylindrical-coordinate representation of color #A7F0FA: hue angle of 187.23º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7F0FA is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 240 | 250 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.02 |
| HSL | 187.23º | 0.89% | 0.82% | - |
| HSV(B) | 187.23º | 0.33% | 0.98% | - |
| XYZ | 64.35 | 77.44 | 102 | - |
| YUV | 219.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 240 | 250 | 0.33 | 0.04 | 0 | 0.02 | 187.23 | 0.89 | 0.82 |
| Hex | A7 | F0 | FA | 21 | 4 | 0 | 2 | BB | 59 | 52 |
| Octal | 247 | 360 | 372 | 41 | 4 | 0 | 2 | 273 | 131 | 122 |
| Binary | 10100111 | 11110000 | 11111010 | 100001 | 100 | 0 | 10 | 10111011 | 1011001 | 1010010 |
Color Harmonies of #A7F0FA
Complementary color
Monochromatic Colors of #A7F0FA
Black with #A7F0FA
Text Example
Text Example
White with #A7F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F0FA; }
p { color: rgb(167,240,250); }
H1.HeaderClassName
{
color: #A7F0FA;
}
.AnyTagClassName
{
color: #A7F0FA;
}
</style>
background-color css
<style>
a { background-color: #A7F0FA; }
a { background-color: rgb(167,240,250); }
div.DivClassName
{
background-color: #A7F0FA;
}
.BgClassName
{
background-color: #A7F0FA;
}
</style>
border-color css
<style>
span { border-color: #A7F0FA; }
span { border-color: rgb(167,240,250); }
td.TdClassName
{
border-color: #A7F0FA;
}
.TagClassName
{
border-color: #A7F0FA;
}
</style>