Shades of Pale Turquoise #A3F1ED
Tints of Pale Turquoise #A3F1ED
RGB
CMYK
RGB Variations
Color information
#A3F1ED (or 0xA3F1ED) is known color: Pale Turquoise. HEX triplet: A3, F1 and ED. RGB value is (163,241,237). Sum of RGB (Red+Green+Blue) = 163+241+237=641 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.43% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F1ED is #5C0E12. Grayscale: #D9D9D9. Windows color (decimal): -6032915 or 15593891. OLE color: 15593891.
HSL color Cylindrical-coordinate representation of color #A3F1ED: hue angle of 176.92º 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 #A3F1ED is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 241 | 237 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.05 |
| HSL | 176.92º | 0.74% | 0.79% | - |
| HSV(B) | 176.92º | 0.32% | 0.95% | - |
| XYZ | 61.85 | 76.81 | 91.69 | - |
| YUV | 217.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 241 | 237 | 0.32 | 0 | 0.02 | 0.05 | 176.92 | 0.74 | 0.79 |
| Hex | A3 | F1 | ED | 20 | 0 | 2 | 5 | B1 | 4A | 4F |
| Octal | 243 | 361 | 355 | 40 | 0 | 2 | 5 | 261 | 112 | 117 |
| Binary | 10100011 | 11110001 | 11101101 | 100000 | 0 | 10 | 101 | 10110001 | 1001010 | 1001111 |
Color Harmonies of #A3F1ED
Complementary color
Monochromatic Colors of #A3F1ED
Black with #A3F1ED
Text Example
Text Example
White with #A3F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F1ED; }
p { color: rgb(163,241,237); }
H1.HeaderClassName
{
color: #A3F1ED;
}
.AnyTagClassName
{
color: #A3F1ED;
}
</style>
background-color css
<style>
a { background-color: #A3F1ED; }
a { background-color: rgb(163,241,237); }
div.DivClassName
{
background-color: #A3F1ED;
}
.BgClassName
{
background-color: #A3F1ED;
}
</style>
border-color css
<style>
span { border-color: #A3F1ED; }
span { border-color: rgb(163,241,237); }
td.TdClassName
{
border-color: #A3F1ED;
}
.TagClassName
{
border-color: #A3F1ED;
}
</style>