Shades of Pale Turquoise #A5F6FD
Tints of Pale Turquoise #A5F6FD
RGB
CMYK
RGB Variations
Color information
#A5F6FD (or 0xA5F6FD) is known color: Pale Turquoise. HEX triplet: A5, F6 and FD. RGB value is (165,246,253). Sum of RGB (Red+Green+Blue) = 165+246+253=664 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.85% from 664); Green value is 246 (96.48% from 255 or 37.05% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5F6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F6FD is #5A0902. Grayscale: #DEDEDE. Windows color (decimal): -5900547 or 16643749. OLE color: 16643749.
HSL color Cylindrical-coordinate representation of color #A5F6FD: hue angle of 184.77º degrees, saturation: 0.96, 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 #A5F6FD is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 246 | 253 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.01 |
| HSL | 184.77º | 0.96% | 0.82% | - |
| HSV(B) | 184.77º | 0.35% | 0.99% | - |
| XYZ | 66.2 | 81 | 105.07 | - |
| YUV | 222.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 253 | 0.35 | 0.03 | 0 | 0.01 | 184.77 | 0.96 | 0.82 |
| Hex | A5 | F6 | FD | 23 | 3 | 0 | 1 | B9 | 60 | 52 |
| Octal | 245 | 366 | 375 | 43 | 3 | 0 | 1 | 271 | 140 | 122 |
| Binary | 10100101 | 11110110 | 11111101 | 100011 | 11 | 0 | 1 | 10111001 | 1100000 | 1010010 |
Color Harmonies of #A5F6FD
Complementary color
Monochromatic Colors of #A5F6FD
Black with #A5F6FD
Text Example
Text Example
White with #A5F6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F6FD; }
p { color: rgb(165,246,253); }
H1.HeaderClassName
{
color: #A5F6FD;
}
.AnyTagClassName
{
color: #A5F6FD;
}
</style>
background-color css
<style>
a { background-color: #A5F6FD; }
a { background-color: rgb(165,246,253); }
div.DivClassName
{
background-color: #A5F6FD;
}
.BgClassName
{
background-color: #A5F6FD;
}
</style>
border-color css
<style>
span { border-color: #A5F6FD; }
span { border-color: rgb(165,246,253); }
td.TdClassName
{
border-color: #A5F6FD;
}
.TagClassName
{
border-color: #A5F6FD;
}
</style>