Shades of Pale Turquoise #A0FCF6
Tints of Pale Turquoise #A0FCF6
RGB
CMYK
RGB Variations
Color information
#A0FCF6 (or 0xA0FCF6) is known color: Pale Turquoise. HEX triplet: A0, FC and F6. RGB value is (160,252,246). Sum of RGB (Red+Green+Blue) = 160+252+246=658 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.32% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCF6 is #5F0309. Grayscale: #DFDFDF. Windows color (decimal): -6226698 or 16186528. OLE color: 16186528.
HSL color Cylindrical-coordinate representation of color #A0FCF6: hue angle of 176.09º 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 #A0FCF6 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 246 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.01 |
| HSL | 176.09º | 0.94% | 0.81% | - |
| HSV(B) | 176.09º | 0.37% | 0.99% | - |
| XYZ | 65.94 | 83.75 | 99.88 | - |
| YUV | 223.81 | 140.52 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 246 | 0.37 | 0 | 0.02 | 0.01 | 176.09 | 0.94 | 0.81 |
| Hex | A0 | FC | F6 | 25 | 0 | 2 | 1 | B0 | 5E | 51 |
| Octal | 240 | 374 | 366 | 45 | 0 | 2 | 1 | 260 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11110110 | 100101 | 0 | 10 | 1 | 10110000 | 1011110 | 1010001 |
Color Harmonies of #A0FCF6
Complementary color
Monochromatic Colors of #A0FCF6
Black with #A0FCF6
Text Example
Text Example
White with #A0FCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCF6; }
p { color: rgb(160,252,246); }
H1.HeaderClassName
{
color: #A0FCF6;
}
.AnyTagClassName
{
color: #A0FCF6;
}
</style>
background-color css
<style>
a { background-color: #A0FCF6; }
a { background-color: rgb(160,252,246); }
div.DivClassName
{
background-color: #A0FCF6;
}
.BgClassName
{
background-color: #A0FCF6;
}
</style>
border-color css
<style>
span { border-color: #A0FCF6; }
span { border-color: rgb(160,252,246); }
td.TdClassName
{
border-color: #A0FCF6;
}
.TagClassName
{
border-color: #A0FCF6;
}
</style>