Shades of Pale Turquoise #A5F5FE
Tints of Pale Turquoise #A5F5FE
RGB
CMYK
RGB Variations
Color information
#A5F5FE (or 0xA5F5FE) is known color: Pale Turquoise. HEX triplet: A5, F5 and FE. RGB value is (165,245,254). Sum of RGB (Red+Green+Blue) = 165+245+254=664 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.85% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5F5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F5FE is #5A0A01. Grayscale: #DDDDDD. Windows color (decimal): -5900802 or 16709029. OLE color: 16709029.
HSL color Cylindrical-coordinate representation of color #A5F5FE: hue angle of 186.07º 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 #A5F5FE is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 245 | 254 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.00 |
| HSL | 186.07º | 0.98% | 0.82% | - |
| HSV(B) | 186.07º | 0.35% | 1% | - |
| XYZ | 66.06 | 80.46 | 105.81 | - |
| YUV | 222.11 | 146 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 245 | 254 | 0.35 | 0.04 | 0 | 0.00 | 186.07 | 0.98 | 0.82 |
| Hex | A5 | F5 | FE | 23 | 4 | 0 | 0 | BA | 62 | 52 |
| Octal | 245 | 365 | 376 | 43 | 4 | 0 | 0 | 272 | 142 | 122 |
| Binary | 10100101 | 11110101 | 11111110 | 100011 | 100 | 0 | 0 | 10111010 | 1100010 | 1010010 |
Color Harmonies of #A5F5FE
Complementary color
Monochromatic Colors of #A5F5FE
Black with #A5F5FE
Text Example
Text Example
White with #A5F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F5FE; }
p { color: rgb(165,245,254); }
H1.HeaderClassName
{
color: #A5F5FE;
}
.AnyTagClassName
{
color: #A5F5FE;
}
</style>
background-color css
<style>
a { background-color: #A5F5FE; }
a { background-color: rgb(165,245,254); }
div.DivClassName
{
background-color: #A5F5FE;
}
.BgClassName
{
background-color: #A5F5FE;
}
</style>
border-color css
<style>
span { border-color: #A5F5FE; }
span { border-color: rgb(165,245,254); }
td.TdClassName
{
border-color: #A5F5FE;
}
.TagClassName
{
border-color: #A5F5FE;
}
</style>