Shades of Pale Turquoise #A0FCF3
Tints of Pale Turquoise #A0FCF3
RGB
CMYK
RGB Variations
Color information
#A0FCF3 (or 0xA0FCF3) is known color: Pale Turquoise. HEX triplet: A0, FC and F3. RGB value is (160,252,243). Sum of RGB (Red+Green+Blue) = 160+252+243=655 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.43% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCF3 is #5F030C. Grayscale: #DFDFDF. Windows color (decimal): -6226701 or 15989920. OLE color: 15989920.
HSL color Cylindrical-coordinate representation of color #A0FCF3: hue angle of 174.13º 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 #A0FCF3 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 243 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.01 |
| HSL | 174.13º | 0.94% | 0.81% | - |
| HSV(B) | 174.13º | 0.37% | 0.99% | - |
| XYZ | 65.49 | 83.57 | 97.47 | - |
| YUV | 223.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 243 | 0.37 | 0 | 0.04 | 0.01 | 174.13 | 0.94 | 0.81 |
| Hex | A0 | FC | F3 | 25 | 0 | 4 | 1 | AE | 5E | 51 |
| Octal | 240 | 374 | 363 | 45 | 0 | 4 | 1 | 256 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11110011 | 100101 | 0 | 100 | 1 | 10101110 | 1011110 | 1010001 |
Color Harmonies of #A0FCF3
Complementary color
Monochromatic Colors of #A0FCF3
Black with #A0FCF3
Text Example
Text Example
White with #A0FCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCF3; }
p { color: rgb(160,252,243); }
H1.HeaderClassName
{
color: #A0FCF3;
}
.AnyTagClassName
{
color: #A0FCF3;
}
</style>
background-color css
<style>
a { background-color: #A0FCF3; }
a { background-color: rgb(160,252,243); }
div.DivClassName
{
background-color: #A0FCF3;
}
.BgClassName
{
background-color: #A0FCF3;
}
</style>
border-color css
<style>
span { border-color: #A0FCF3; }
span { border-color: rgb(160,252,243); }
td.TdClassName
{
border-color: #A0FCF3;
}
.TagClassName
{
border-color: #A0FCF3;
}
</style>