Shades of Pale Turquoise #A0FCF8
Tints of Pale Turquoise #A0FCF8
RGB
CMYK
RGB Variations
Color information
#A0FCF8 (or 0xA0FCF8) is known color: Pale Turquoise. HEX triplet: A0, FC and F8. RGB value is (160,252,248). Sum of RGB (Red+Green+Blue) = 160+252+248=660 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.24% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCF8 is #5F0307. Grayscale: #DFDFDF. Windows color (decimal): -6226696 or 16317600. OLE color: 16317600.
HSL color Cylindrical-coordinate representation of color #A0FCF8: hue angle of 177.39º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCF8 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 248 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.01 |
| HSL | 177.39º | 0.94% | 0.81% | - |
| HSV(B) | 177.39º | 0.37% | 0.99% | - |
| XYZ | 66.25 | 83.87 | 101.5 | - |
| YUV | 224.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 248 | 0.37 | 0 | 0.02 | 0.01 | 177.39 | 0.94 | 0.81 |
| Hex | A0 | FC | F8 | 25 | 0 | 2 | 1 | B1 | 5E | 51 |
| Octal | 240 | 374 | 370 | 45 | 0 | 2 | 1 | 261 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11111000 | 100101 | 0 | 10 | 1 | 10110001 | 1011110 | 1010001 |
Color Harmonies of #A0FCF8
Complementary color
Monochromatic Colors of #A0FCF8
Black with #A0FCF8
Text Example
Text Example
White with #A0FCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCF8; }
p { color: rgb(160,252,248); }
H1.HeaderClassName
{
color: #A0FCF8;
}
.AnyTagClassName
{
color: #A0FCF8;
}
</style>
background-color css
<style>
a { background-color: #A0FCF8; }
a { background-color: rgb(160,252,248); }
div.DivClassName
{
background-color: #A0FCF8;
}
.BgClassName
{
background-color: #A0FCF8;
}
</style>
border-color css
<style>
span { border-color: #A0FCF8; }
span { border-color: rgb(160,252,248); }
td.TdClassName
{
border-color: #A0FCF8;
}
.TagClassName
{
border-color: #A0FCF8;
}
</style>