Shades of Pale Turquoise #A5FBFE
Tints of Pale Turquoise #A5FBFE
RGB
CMYK
RGB Variations
Color information
#A5FBFE (or 0xA5FBFE) is known color: Pale Turquoise. HEX triplet: A5, FB and FE. RGB value is (165,251,254). Sum of RGB (Red+Green+Blue) = 165+251+254=670 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.63% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FBFE is #5A0401. Grayscale: #E1E1E1. Windows color (decimal): -5899266 or 16710565. OLE color: 16710565.
HSL color Cylindrical-coordinate representation of color #A5FBFE: hue angle of 182.02º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FBFE is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 251 | 254 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.00 |
| HSL | 182.02º | 0.98% | 0.82% | - |
| HSV(B) | 182.02º | 0.35% | 1% | - |
| XYZ | 67.9 | 84.15 | 106.43 | - |
| YUV | 225.63 | 144.01 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 254 | 0.35 | 0.01 | 0 | 0.00 | 182.02 | 0.98 | 0.82 |
| Hex | A5 | FB | FE | 23 | 1 | 0 | 0 | B6 | 62 | 52 |
| Octal | 245 | 373 | 376 | 43 | 1 | 0 | 0 | 266 | 142 | 122 |
| Binary | 10100101 | 11111011 | 11111110 | 100011 | 1 | 0 | 0 | 10110110 | 1100010 | 1010010 |
Color Harmonies of #A5FBFE
Complementary color
Monochromatic Colors of #A5FBFE
Black with #A5FBFE
Text Example
Text Example
White with #A5FBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBFE; }
p { color: rgb(165,251,254); }
H1.HeaderClassName
{
color: #A5FBFE;
}
.AnyTagClassName
{
color: #A5FBFE;
}
</style>
background-color css
<style>
a { background-color: #A5FBFE; }
a { background-color: rgb(165,251,254); }
div.DivClassName
{
background-color: #A5FBFE;
}
.BgClassName
{
background-color: #A5FBFE;
}
</style>
border-color css
<style>
span { border-color: #A5FBFE; }
span { border-color: rgb(165,251,254); }
td.TdClassName
{
border-color: #A5FBFE;
}
.TagClassName
{
border-color: #A5FBFE;
}
</style>