Shades of Pale Turquoise #A5FEF2
Tints of Pale Turquoise #A5FEF2
RGB
CMYK
RGB Variations
Color information
#A5FEF2 (or 0xA5FEF2) is known color: Pale Turquoise. HEX triplet: A5, FE and F2. RGB value is (165,254,242). Sum of RGB (Red+Green+Blue) = 165+254+242=661 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.96% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEF2 is #5A010D. Grayscale: #E1E1E1. Windows color (decimal): -5898510 or 15924901. OLE color: 15924901.
HSL color Cylindrical-coordinate representation of color #A5FEF2: hue angle of 171.91º 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 #A5FEF2 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 242 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.00 |
| HSL | 171.91º | 0.98% | 0.82% | - |
| HSV(B) | 171.91º | 0.35% | 1% | - |
| XYZ | 66.99 | 85.29 | 96.94 | - |
| YUV | 226.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 242 | 0.35 | 0 | 0.05 | 0.00 | 171.91 | 0.98 | 0.82 |
| Hex | A5 | FE | F2 | 23 | 0 | 5 | 0 | AC | 62 | 52 |
| Octal | 245 | 376 | 362 | 43 | 0 | 5 | 0 | 254 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11110010 | 100011 | 0 | 101 | 0 | 10101100 | 1100010 | 1010010 |
Color Harmonies of #A5FEF2
Complementary color
Monochromatic Colors of #A5FEF2
Black with #A5FEF2
Text Example
Text Example
White with #A5FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FEF2; }
p { color: rgb(165,254,242); }
H1.HeaderClassName
{
color: #A5FEF2;
}
.AnyTagClassName
{
color: #A5FEF2;
}
</style>
background-color css
<style>
a { background-color: #A5FEF2; }
a { background-color: rgb(165,254,242); }
div.DivClassName
{
background-color: #A5FEF2;
}
.BgClassName
{
background-color: #A5FEF2;
}
</style>
border-color css
<style>
span { border-color: #A5FEF2; }
span { border-color: rgb(165,254,242); }
td.TdClassName
{
border-color: #A5FEF2;
}
.TagClassName
{
border-color: #A5FEF2;
}
</style>