Shades of Pale Turquoise #A7FEFB
Tints of Pale Turquoise #A7FEFB
RGB
CMYK
RGB Variations
Color information
#A7FEFB (or 0xA7FEFB) is known color: Pale Turquoise. HEX triplet: A7, FE and FB. RGB value is (167,254,251). Sum of RGB (Red+Green+Blue) = 167+254+251=672 (89% of max value = 765). Red value is 167 (65.62% from 255 or 24.85% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FEFB is #580104. Grayscale: #E3E3E3. Windows color (decimal): -5767429 or 16514727. OLE color: 16514727.
HSL color Cylindrical-coordinate representation of color #A7FEFB: hue angle of 177.93º 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 #A7FEFB is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 254 | 251 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.00 |
| HSL | 177.93º | 0.98% | 0.83% | - |
| HSV(B) | 177.93º | 0.34% | 1% | - |
| XYZ | 68.79 | 86.06 | 104.25 | - |
| YUV | 227.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 254 | 251 | 0.34 | 0 | 0.01 | 0.00 | 177.93 | 0.98 | 0.83 |
| Hex | A7 | FE | FB | 22 | 0 | 1 | 0 | B2 | 62 | 53 |
| Octal | 247 | 376 | 373 | 42 | 0 | 1 | 0 | 262 | 142 | 123 |
| Binary | 10100111 | 11111110 | 11111011 | 100010 | 0 | 1 | 0 | 10110010 | 1100010 | 1010011 |
Color Harmonies of #A7FEFB
Complementary color
Monochromatic Colors of #A7FEFB
Black with #A7FEFB
Text Example
Text Example
White with #A7FEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FEFB; }
p { color: rgb(167,254,251); }
H1.HeaderClassName
{
color: #A7FEFB;
}
.AnyTagClassName
{
color: #A7FEFB;
}
</style>
background-color css
<style>
a { background-color: #A7FEFB; }
a { background-color: rgb(167,254,251); }
div.DivClassName
{
background-color: #A7FEFB;
}
.BgClassName
{
background-color: #A7FEFB;
}
</style>
border-color css
<style>
span { border-color: #A7FEFB; }
span { border-color: rgb(167,254,251); }
td.TdClassName
{
border-color: #A7FEFB;
}
.TagClassName
{
border-color: #A7FEFB;
}
</style>