Shades of Pale Turquoise #A3F1E8
Tints of Pale Turquoise #A3F1E8
RGB
CMYK
RGB Variations
Color information
#A3F1E8 (or 0xA3F1E8) is known color: Pale Turquoise. HEX triplet: A3, F1 and E8. RGB value is (163,241,232). Sum of RGB (Red+Green+Blue) = 163+241+232=636 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.63% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F1E8 is #5C0E17. Grayscale: #D8D8D8. Windows color (decimal): -6032920 or 15266211. OLE color: 15266211.
HSL color Cylindrical-coordinate representation of color #A3F1E8: hue angle of 173.08º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3F1E8 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 241 | 232 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.05 |
| HSL | 173.08º | 0.74% | 0.79% | - |
| HSV(B) | 173.08º | 0.32% | 0.95% | - |
| XYZ | 61.13 | 76.52 | 87.89 | - |
| YUV | 216.65 | 136.66 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 241 | 232 | 0.32 | 0 | 0.04 | 0.05 | 173.08 | 0.74 | 0.79 |
| Hex | A3 | F1 | E8 | 20 | 0 | 4 | 5 | AD | 4A | 4F |
| Octal | 243 | 361 | 350 | 40 | 0 | 4 | 5 | 255 | 112 | 117 |
| Binary | 10100011 | 11110001 | 11101000 | 100000 | 0 | 100 | 101 | 10101101 | 1001010 | 1001111 |
Color Harmonies of #A3F1E8
Complementary color
Monochromatic Colors of #A3F1E8
Black with #A3F1E8
Text Example
Text Example
White with #A3F1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F1E8; }
p { color: rgb(163,241,232); }
H1.HeaderClassName
{
color: #A3F1E8;
}
.AnyTagClassName
{
color: #A3F1E8;
}
</style>
background-color css
<style>
a { background-color: #A3F1E8; }
a { background-color: rgb(163,241,232); }
div.DivClassName
{
background-color: #A3F1E8;
}
.BgClassName
{
background-color: #A3F1E8;
}
</style>
border-color css
<style>
span { border-color: #A3F1E8; }
span { border-color: rgb(163,241,232); }
td.TdClassName
{
border-color: #A3F1E8;
}
.TagClassName
{
border-color: #A3F1E8;
}
</style>