Shades of Pale Turquoise #A5F6FF
Tints of Pale Turquoise #A5F6FF
RGB
CMYK
RGB Variations
Color information
#A5F6FF (or 0xA5F6FF) is known color: Pale Turquoise. HEX triplet: A5, F6 and FF. RGB value is (165,246,255). Sum of RGB (Red+Green+Blue) = 165+246+255=666 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.77% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F6FF is #5A0900. Grayscale: #DEDEDE. Windows color (decimal): -5900545 or 16774821. OLE color: 16774821.
HSL color Cylindrical-coordinate representation of color #A5F6FF: hue angle of 186º 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 #A5F6FF is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 246 | 255 | - |
| CMYK | 0.35 | 0.04 | 0 | 0 |
| HSL | 186º | 1% | 0.82% | - |
| HSV(B) | 186º | 0.35% | 1% | - |
| XYZ | 66.52 | 81.13 | 106.76 | - |
| YUV | 222.81 | 146.16 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 255 | 0.35 | 0.04 | 0 | 0 | 186 | 1 | 0.82 |
| Hex | A5 | F6 | FF | 23 | 4 | 0 | 0 | BA | 64 | 52 |
| Octal | 245 | 366 | 377 | 43 | 4 | 0 | 0 | 272 | 144 | 122 |
| Binary | 10100101 | 11110110 | 11111111 | 100011 | 100 | 0 | 0 | 10111010 | 1100100 | 1010010 |
Color Harmonies of #A5F6FF
Complementary color
Monochromatic Colors of #A5F6FF
Black with #A5F6FF
Text Example
Text Example
White with #A5F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F6FF; }
p { color: rgb(165,246,255); }
H1.HeaderClassName
{
color: #A5F6FF;
}
.AnyTagClassName
{
color: #A5F6FF;
}
</style>
background-color css
<style>
a { background-color: #A5F6FF; }
a { background-color: rgb(165,246,255); }
div.DivClassName
{
background-color: #A5F6FF;
}
.BgClassName
{
background-color: #A5F6FF;
}
</style>
border-color css
<style>
span { border-color: #A5F6FF; }
span { border-color: rgb(165,246,255); }
td.TdClassName
{
border-color: #A5F6FF;
}
.TagClassName
{
border-color: #A5F6FF;
}
</style>