Shades of Pale Turquoise #A5FEFE
Tints of Pale Turquoise #A5FEFE
RGB
CMYK
RGB Variations
Color information
#A5FEFE (or 0xA5FEFE) is known color: Pale Turquoise. HEX triplet: A5, FE and FE. RGB value is (165,254,254). Sum of RGB (Red+Green+Blue) = 165+254+254=673 (89% of max value = 765). Red value is 165 (64.84% from 255 or 24.52% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #A5FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEFE is #5A0101. Grayscale: #E3E3E3. Windows color (decimal): -5898498 or 16711333. OLE color: 16711333.
HSL color Cylindrical-coordinate representation of color #A5FEFE: hue angle of 180º 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 #A5FEFE is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 254 | - |
| CMYK | 0.35 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.82% | - |
| HSV(B) | 180º | 0.35% | 1% | - |
| XYZ | 68.85 | 86.04 | 106.74 | - |
| YUV | 227.39 | 143.01 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 254 | 0.35 | 0 | 0 | 0.00 | 180 | 0.98 | 0.82 |
| Hex | A5 | FE | FE | 23 | 0 | 0 | 0 | B4 | 62 | 52 |
| Octal | 245 | 376 | 376 | 43 | 0 | 0 | 0 | 264 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11111110 | 100011 | 0 | 0 | 0 | 10110100 | 1100010 | 1010010 |
Color Harmonies of #A5FEFE
Complementary color
Monochromatic Colors of #A5FEFE
Black with #A5FEFE
Text Example
Text Example
White with #A5FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FEFE; }
p { color: rgb(165,254,254); }
H1.HeaderClassName
{
color: #A5FEFE;
}
.AnyTagClassName
{
color: #A5FEFE;
}
</style>
background-color css
<style>
a { background-color: #A5FEFE; }
a { background-color: rgb(165,254,254); }
div.DivClassName
{
background-color: #A5FEFE;
}
.BgClassName
{
background-color: #A5FEFE;
}
</style>
border-color css
<style>
span { border-color: #A5FEFE; }
span { border-color: rgb(165,254,254); }
td.TdClassName
{
border-color: #A5FEFE;
}
.TagClassName
{
border-color: #A5FEFE;
}
</style>