Shades of Pale Turquoise #A5FCF6
Tints of Pale Turquoise #A5FCF6
RGB
CMYK
RGB Variations
Color information
#A5FCF6 (or 0xA5FCF6) is known color: Pale Turquoise. HEX triplet: A5, FC and F6. RGB value is (165,252,246). Sum of RGB (Red+Green+Blue) = 165+252+246=663 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.89% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FCF6 is #5A0309. Grayscale: #E1E1E1. Windows color (decimal): -5899018 or 16186533. OLE color: 16186533.
HSL color Cylindrical-coordinate representation of color #A5FCF6: hue angle of 175.86º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FCF6 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 252 | 246 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.01 |
| HSL | 175.86º | 0.94% | 0.82% | - |
| HSV(B) | 175.86º | 0.35% | 0.99% | - |
| XYZ | 66.96 | 84.27 | 99.93 | - |
| YUV | 225.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 252 | 246 | 0.35 | 0 | 0.02 | 0.01 | 175.86 | 0.94 | 0.82 |
| Hex | A5 | FC | F6 | 23 | 0 | 2 | 1 | B0 | 5E | 52 |
| Octal | 245 | 374 | 366 | 43 | 0 | 2 | 1 | 260 | 136 | 122 |
| Binary | 10100101 | 11111100 | 11110110 | 100011 | 0 | 10 | 1 | 10110000 | 1011110 | 1010010 |
Color Harmonies of #A5FCF6
Complementary color
Monochromatic Colors of #A5FCF6
Black with #A5FCF6
Text Example
Text Example
White with #A5FCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FCF6; }
p { color: rgb(165,252,246); }
H1.HeaderClassName
{
color: #A5FCF6;
}
.AnyTagClassName
{
color: #A5FCF6;
}
</style>
background-color css
<style>
a { background-color: #A5FCF6; }
a { background-color: rgb(165,252,246); }
div.DivClassName
{
background-color: #A5FCF6;
}
.BgClassName
{
background-color: #A5FCF6;
}
</style>
border-color css
<style>
span { border-color: #A5FCF6; }
span { border-color: rgb(165,252,246); }
td.TdClassName
{
border-color: #A5FCF6;
}
.TagClassName
{
border-color: #A5FCF6;
}
</style>