Shades of Pale Turquoise #A5F0F3
Tints of Pale Turquoise #A5F0F3
RGB
CMYK
RGB Variations
Color information
#A5F0F3 (or 0xA5F0F3) is known color: Pale Turquoise. HEX triplet: A5, F0 and F3. RGB value is (165,240,243). Sum of RGB (Red+Green+Blue) = 165+240+243=648 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.46% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #A5F0F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F0F3 is #5A0F0C. Grayscale: #D9D9D9. Windows color (decimal): -5902093 or 15986853. OLE color: 15986853.
HSL color Cylindrical-coordinate representation of color #A5F0F3: hue angle of 182.31º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F0F3 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 240 | 243 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.05 |
| HSL | 182.31º | 0.76% | 0.8% | - |
| HSV(B) | 182.31º | 0.32% | 0.95% | - |
| XYZ | 62.85 | 76.79 | 96.3 | - |
| YUV | 217.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 240 | 243 | 0.32 | 0.01 | 0 | 0.05 | 182.31 | 0.76 | 0.8 |
| Hex | A5 | F0 | F3 | 20 | 1 | 0 | 5 | B6 | 4C | 50 |
| Octal | 245 | 360 | 363 | 40 | 1 | 0 | 5 | 266 | 114 | 120 |
| Binary | 10100101 | 11110000 | 11110011 | 100000 | 1 | 0 | 101 | 10110110 | 1001100 | 1010000 |
Color Harmonies of #A5F0F3
Complementary color
Monochromatic Colors of #A5F0F3
Black with #A5F0F3
Text Example
Text Example
White with #A5F0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F0F3; }
p { color: rgb(165,240,243); }
H1.HeaderClassName
{
color: #A5F0F3;
}
.AnyTagClassName
{
color: #A5F0F3;
}
</style>
background-color css
<style>
a { background-color: #A5F0F3; }
a { background-color: rgb(165,240,243); }
div.DivClassName
{
background-color: #A5F0F3;
}
.BgClassName
{
background-color: #A5F0F3;
}
</style>
border-color css
<style>
span { border-color: #A5F0F3; }
span { border-color: rgb(165,240,243); }
td.TdClassName
{
border-color: #A5F0F3;
}
.TagClassName
{
border-color: #A5F0F3;
}
</style>