Shades of Pale Turquoise #A5F0F8
Tints of Pale Turquoise #A5F0F8
RGB
CMYK
RGB Variations
Color information
#A5F0F8 (or 0xA5F0F8) is known color: Pale Turquoise. HEX triplet: A5, F0 and F8. RGB value is (165,240,248). Sum of RGB (Red+Green+Blue) = 165+240+248=653 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.27% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #A5F0F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F0F8 is #5A0F07. Grayscale: #DADADA. Windows color (decimal): -5902088 or 16314533. OLE color: 16314533.
HSL color Cylindrical-coordinate representation of color #A5F0F8: hue angle of 185.78º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F0F8 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 240 | 248 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.03 |
| HSL | 185.78º | 0.86% | 0.81% | - |
| HSV(B) | 185.78º | 0.33% | 0.97% | - |
| XYZ | 63.62 | 77.1 | 100.34 | - |
| YUV | 218.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 240 | 248 | 0.33 | 0.03 | 0 | 0.03 | 185.78 | 0.86 | 0.81 |
| Hex | A5 | F0 | F8 | 21 | 3 | 0 | 3 | BA | 56 | 51 |
| Octal | 245 | 360 | 370 | 41 | 3 | 0 | 3 | 272 | 126 | 121 |
| Binary | 10100101 | 11110000 | 11111000 | 100001 | 11 | 0 | 11 | 10111010 | 1010110 | 1010001 |
Color Harmonies of #A5F0F8
Complementary color
Monochromatic Colors of #A5F0F8
Black with #A5F0F8
Text Example
Text Example
White with #A5F0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F0F8; }
p { color: rgb(165,240,248); }
H1.HeaderClassName
{
color: #A5F0F8;
}
.AnyTagClassName
{
color: #A5F0F8;
}
</style>
background-color css
<style>
a { background-color: #A5F0F8; }
a { background-color: rgb(165,240,248); }
div.DivClassName
{
background-color: #A5F0F8;
}
.BgClassName
{
background-color: #A5F0F8;
}
</style>
border-color css
<style>
span { border-color: #A5F0F8; }
span { border-color: rgb(165,240,248); }
td.TdClassName
{
border-color: #A5F0F8;
}
.TagClassName
{
border-color: #A5F0F8;
}
</style>