Shades of Pale Turquoise #A7FBED
Tints of Pale Turquoise #A7FBED
RGB
CMYK
RGB Variations
Color information
#A7FBED (or 0xA7FBED) is known color: Pale Turquoise. HEX triplet: A7, FB and ED. RGB value is (167,251,237). Sum of RGB (Red+Green+Blue) = 167+251+237=655 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.50% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FBED is #580412. Grayscale: #E0E0E0. Windows color (decimal): -5768211 or 15596455. OLE color: 15596455.
HSL color Cylindrical-coordinate representation of color #A7FBED: hue angle of 170º 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 #A7FBED is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 251 | 237 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.02 |
| HSL | 170º | 0.91% | 0.82% | - |
| HSV(B) | 170º | 0.33% | 0.98% | - |
| XYZ | 65.72 | 83.32 | 92.74 | - |
| YUV | 224.29 | 135.17 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 251 | 237 | 0.33 | 0 | 0.06 | 0.02 | 170 | 0.91 | 0.82 |
| Hex | A7 | FB | ED | 21 | 0 | 6 | 2 | AA | 5B | 52 |
| Octal | 247 | 373 | 355 | 41 | 0 | 6 | 2 | 252 | 133 | 122 |
| Binary | 10100111 | 11111011 | 11101101 | 100001 | 0 | 110 | 10 | 10101010 | 1011011 | 1010010 |
Color Harmonies of #A7FBED
Complementary color
Monochromatic Colors of #A7FBED
Black with #A7FBED
Text Example
Text Example
White with #A7FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FBED; }
p { color: rgb(167,251,237); }
H1.HeaderClassName
{
color: #A7FBED;
}
.AnyTagClassName
{
color: #A7FBED;
}
</style>
background-color css
<style>
a { background-color: #A7FBED; }
a { background-color: rgb(167,251,237); }
div.DivClassName
{
background-color: #A7FBED;
}
.BgClassName
{
background-color: #A7FBED;
}
</style>
border-color css
<style>
span { border-color: #A7FBED; }
span { border-color: rgb(167,251,237); }
td.TdClassName
{
border-color: #A7FBED;
}
.TagClassName
{
border-color: #A7FBED;
}
</style>