Shades of Pale Turquoise #A7F6F9
Tints of Pale Turquoise #A7F6F9
RGB
CMYK
RGB Variations
Color information
#A7F6F9 (or 0xA7F6F9) is known color: Pale Turquoise. HEX triplet: A7, F6 and F9. RGB value is (167,246,249). Sum of RGB (Red+Green+Blue) = 167+246+249=662 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.23% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #A7F6F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F6F9 is #580906. Grayscale: #DEDEDE. Windows color (decimal): -5769479 or 16381607. OLE color: 16381607.
HSL color Cylindrical-coordinate representation of color #A7F6F9: hue angle of 182.2º degrees, saturation: 0.87, 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 #A7F6F9 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 246 | 249 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.02 |
| HSL | 182.2º | 0.87% | 0.82% | - |
| HSV(B) | 182.2º | 0.33% | 0.98% | - |
| XYZ | 65.99 | 80.97 | 101.77 | - |
| YUV | 222.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 246 | 249 | 0.33 | 0.01 | 0 | 0.02 | 182.2 | 0.87 | 0.82 |
| Hex | A7 | F6 | F9 | 21 | 1 | 0 | 2 | B6 | 57 | 52 |
| Octal | 247 | 366 | 371 | 41 | 1 | 0 | 2 | 266 | 127 | 122 |
| Binary | 10100111 | 11110110 | 11111001 | 100001 | 1 | 0 | 10 | 10110110 | 1010111 | 1010010 |
Color Harmonies of #A7F6F9
Complementary color
Monochromatic Colors of #A7F6F9
Black with #A7F6F9
Text Example
Text Example
White with #A7F6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F6F9; }
p { color: rgb(167,246,249); }
H1.HeaderClassName
{
color: #A7F6F9;
}
.AnyTagClassName
{
color: #A7F6F9;
}
</style>
background-color css
<style>
a { background-color: #A7F6F9; }
a { background-color: rgb(167,246,249); }
div.DivClassName
{
background-color: #A7F6F9;
}
.BgClassName
{
background-color: #A7F6F9;
}
</style>
border-color css
<style>
span { border-color: #A7F6F9; }
span { border-color: rgb(167,246,249); }
td.TdClassName
{
border-color: #A7F6F9;
}
.TagClassName
{
border-color: #A7F6F9;
}
</style>