Shades of Pale Turquoise #A5FEF9
Tints of Pale Turquoise #A5FEF9
RGB
CMYK
RGB Variations
Color information
#A5FEF9 (or 0xA5FEF9) is known color: Pale Turquoise. HEX triplet: A5, FE and F9. RGB value is (165,254,249). Sum of RGB (Red+Green+Blue) = 165+254+249=668 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.70% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEF9 is #5A0106. Grayscale: #E2E2E2. Windows color (decimal): -5898503 or 16383653. OLE color: 16383653.
HSL color Cylindrical-coordinate representation of color #A5FEF9: hue angle of 176.63º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FEF9 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 249 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.00 |
| HSL | 176.63º | 0.98% | 0.82% | - |
| HSV(B) | 176.63º | 0.35% | 1% | - |
| XYZ | 68.06 | 85.72 | 102.58 | - |
| YUV | 226.82 | 140.51 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 249 | 0.35 | 0 | 0.02 | 0.00 | 176.63 | 0.98 | 0.82 |
| Hex | A5 | FE | F9 | 23 | 0 | 2 | 0 | B1 | 62 | 52 |
| Octal | 245 | 376 | 371 | 43 | 0 | 2 | 0 | 261 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11111001 | 100011 | 0 | 10 | 0 | 10110001 | 1100010 | 1010010 |
Color Harmonies of #A5FEF9
Complementary color
Monochromatic Colors of #A5FEF9
Black with #A5FEF9
Text Example
Text Example
White with #A5FEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FEF9; }
p { color: rgb(165,254,249); }
H1.HeaderClassName
{
color: #A5FEF9;
}
.AnyTagClassName
{
color: #A5FEF9;
}
</style>
background-color css
<style>
a { background-color: #A5FEF9; }
a { background-color: rgb(165,254,249); }
div.DivClassName
{
background-color: #A5FEF9;
}
.BgClassName
{
background-color: #A5FEF9;
}
</style>
border-color css
<style>
span { border-color: #A5FEF9; }
span { border-color: rgb(165,254,249); }
td.TdClassName
{
border-color: #A5FEF9;
}
.TagClassName
{
border-color: #A5FEF9;
}
</style>