Shades of Pale Turquoise #A0F3E5
Tints of Pale Turquoise #A0F3E5
RGB
CMYK
RGB Variations
Color information
#A0F3E5 (or 0xA0F3E5) is known color: Pale Turquoise. HEX triplet: A0, F3 and E5. RGB value is (160,243,229). Sum of RGB (Red+Green+Blue) = 160+243+229=632 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.32% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3E5 is #5F0C1A. Grayscale: #D8D8D8. Windows color (decimal): -6229019 or 15070112. OLE color: 15070112.
HSL color Cylindrical-coordinate representation of color #A0F3E5: hue angle of 169.88º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F3E5 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 229 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.05 |
| HSL | 169.88º | 0.78% | 0.79% | - |
| HSV(B) | 169.88º | 0.34% | 0.95% | - |
| XYZ | 60.69 | 77.23 | 85.84 | - |
| YUV | 216.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 229 | 0.34 | 0 | 0.06 | 0.05 | 169.88 | 0.78 | 0.79 |
| Hex | A0 | F3 | E5 | 22 | 0 | 6 | 5 | AA | 4E | 4F |
| Octal | 240 | 363 | 345 | 42 | 0 | 6 | 5 | 252 | 116 | 117 |
| Binary | 10100000 | 11110011 | 11100101 | 100010 | 0 | 110 | 101 | 10101010 | 1001110 | 1001111 |
Color Harmonies of #A0F3E5
Complementary color
Monochromatic Colors of #A0F3E5
Black with #A0F3E5
Text Example
Text Example
White with #A0F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F3E5; }
p { color: rgb(160,243,229); }
H1.HeaderClassName
{
color: #A0F3E5;
}
.AnyTagClassName
{
color: #A0F3E5;
}
</style>
background-color css
<style>
a { background-color: #A0F3E5; }
a { background-color: rgb(160,243,229); }
div.DivClassName
{
background-color: #A0F3E5;
}
.BgClassName
{
background-color: #A0F3E5;
}
</style>
border-color css
<style>
span { border-color: #A0F3E5; }
span { border-color: rgb(160,243,229); }
td.TdClassName
{
border-color: #A0F3E5;
}
.TagClassName
{
border-color: #A0F3E5;
}
</style>