Shades of Pale Turquoise #A5FFFC
Tints of Pale Turquoise #A5FFFC
RGB
CMYK
RGB Variations
Color information
#A5FFFC (or 0xA5FFFC) is known color: Pale Turquoise. HEX triplet: A5, FF and FC. RGB value is (165,255,252). Sum of RGB (Red+Green+Blue) = 165+255+252=672 (89% of max value = 765). Red value is 165 (64.84% from 255 or 24.55% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FFFC is #5A0003. Grayscale: #E3E3E3. Windows color (decimal): -5898244 or 16580517. OLE color: 16580517.
HSL color Cylindrical-coordinate representation of color #A5FFFC: hue angle of 178º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFFC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 252 | - |
| CMYK | 0.35 | 0 | 0.01 | 0 |
| HSL | 178º | 1% | 0.82% | - |
| HSV(B) | 178º | 0.35% | 1% | - |
| XYZ | 68.85 | 86.55 | 105.17 | - |
| YUV | 227.75 | 141.68 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 252 | 0.35 | 0 | 0.01 | 0 | 178 | 1 | 0.82 |
| Hex | A5 | FF | FC | 23 | 0 | 1 | 0 | B2 | 64 | 52 |
| Octal | 245 | 377 | 374 | 43 | 0 | 1 | 0 | 262 | 144 | 122 |
| Binary | 10100101 | 11111111 | 11111100 | 100011 | 0 | 1 | 0 | 10110010 | 1100100 | 1010010 |
Color Harmonies of #A5FFFC
Complementary color
Monochromatic Colors of #A5FFFC
Black with #A5FFFC
Text Example
Text Example
White with #A5FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFFC; }
p { color: rgb(165,255,252); }
H1.HeaderClassName
{
color: #A5FFFC;
}
.AnyTagClassName
{
color: #A5FFFC;
}
</style>
background-color css
<style>
a { background-color: #A5FFFC; }
a { background-color: rgb(165,255,252); }
div.DivClassName
{
background-color: #A5FFFC;
}
.BgClassName
{
background-color: #A5FFFC;
}
</style>
border-color css
<style>
span { border-color: #A5FFFC; }
span { border-color: rgb(165,255,252); }
td.TdClassName
{
border-color: #A5FFFC;
}
.TagClassName
{
border-color: #A5FFFC;
}
</style>