Shades of Pale Turquoise #A7F7FB
Tints of Pale Turquoise #A7F7FB
RGB
CMYK
RGB Variations
Color information
#A7F7FB (or 0xA7F7FB) is known color: Pale Turquoise. HEX triplet: A7, F7 and FB. RGB value is (167,247,251). Sum of RGB (Red+Green+Blue) = 167+247+251=665 (88% of max value = 765). Red value is 167 (65.62% from 255 or 25.11% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #A7F7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F7FB is #580804. Grayscale: #DFDFDF. Windows color (decimal): -5769221 or 16512935. OLE color: 16512935.
HSL color Cylindrical-coordinate representation of color #A7F7FB: hue angle of 182.86º degrees, saturation: 0.91, 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 #A7F7FB is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 247 | 251 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.02 |
| HSL | 182.86º | 0.91% | 0.82% | - |
| HSV(B) | 182.86º | 0.33% | 0.98% | - |
| XYZ | 66.61 | 81.7 | 103.53 | - |
| YUV | 223.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 247 | 251 | 0.33 | 0.02 | 0 | 0.02 | 182.86 | 0.91 | 0.82 |
| Hex | A7 | F7 | FB | 21 | 2 | 0 | 2 | B7 | 5B | 52 |
| Octal | 247 | 367 | 373 | 41 | 2 | 0 | 2 | 267 | 133 | 122 |
| Binary | 10100111 | 11110111 | 11111011 | 100001 | 10 | 0 | 10 | 10110111 | 1011011 | 1010010 |
Color Harmonies of #A7F7FB
Complementary color
Monochromatic Colors of #A7F7FB
Black with #A7F7FB
Text Example
Text Example
White with #A7F7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F7FB; }
p { color: rgb(167,247,251); }
H1.HeaderClassName
{
color: #A7F7FB;
}
.AnyTagClassName
{
color: #A7F7FB;
}
</style>
background-color css
<style>
a { background-color: #A7F7FB; }
a { background-color: rgb(167,247,251); }
div.DivClassName
{
background-color: #A7F7FB;
}
.BgClassName
{
background-color: #A7F7FB;
}
</style>
border-color css
<style>
span { border-color: #A7F7FB; }
span { border-color: rgb(167,247,251); }
td.TdClassName
{
border-color: #A7F7FB;
}
.TagClassName
{
border-color: #A7F7FB;
}
</style>