Shades of Pale Turquoise #A5FBFA
Tints of Pale Turquoise #A5FBFA
RGB
CMYK
RGB Variations
Color information
#A5FBFA (or 0xA5FBFA) is known color: Pale Turquoise. HEX triplet: A5, FB and FA. RGB value is (165,251,250). Sum of RGB (Red+Green+Blue) = 165+251+250=666 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.77% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FBFA is #5A0405. Grayscale: #E1E1E1. Windows color (decimal): -5899270 or 16448421. OLE color: 16448421.
HSL color Cylindrical-coordinate representation of color #A5FBFA: hue angle of 179.3º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBFA is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 250 | - |
| CMYK | 0.34 | 0 | 0.00 | 0.02 |
| HSL | 179.3º | 0.91% | 0.82% | - |
| HSV(B) | 179.3º | 0.34% | 0.98% | - |
| XYZ | 67.27 | 83.9 | 103.09 | - |
| YUV | 225.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 250 | 0.34 | 0 | 0.00 | 0.02 | 179.3 | 0.91 | 0.82 |
| Hex | A5 | FB | FA | 22 | 0 | 0 | 2 | B3 | 5B | 52 |
| Octal | 245 | 373 | 372 | 42 | 0 | 0 | 2 | 263 | 133 | 122 |
| Binary | 10100101 | 11111011 | 11111010 | 100010 | 0 | 0 | 10 | 10110011 | 1011011 | 1010010 |
Color Harmonies of #A5FBFA
Complementary color
Monochromatic Colors of #A5FBFA
Black with #A5FBFA
Text Example
Text Example
White with #A5FBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBFA; }
p { color: rgb(165,251,250); }
H1.HeaderClassName
{
color: #A5FBFA;
}
.AnyTagClassName
{
color: #A5FBFA;
}
</style>
background-color css
<style>
a { background-color: #A5FBFA; }
a { background-color: rgb(165,251,250); }
div.DivClassName
{
background-color: #A5FBFA;
}
.BgClassName
{
background-color: #A5FBFA;
}
</style>
border-color css
<style>
span { border-color: #A5FBFA; }
span { border-color: rgb(165,251,250); }
td.TdClassName
{
border-color: #A5FBFA;
}
.TagClassName
{
border-color: #A5FBFA;
}
</style>