Shades of Pale Turquoise #A3FEFF
Tints of Pale Turquoise #A3FEFF
RGB
CMYK
RGB Variations
Color information
#A3FEFF (or 0xA3FEFF) is known color: Pale Turquoise. HEX triplet: A3, FE and FF. RGB value is (163,254,255). Sum of RGB (Red+Green+Blue) = 163+254+255=672 (89% of max value = 765). Red value is 163 (64.06% from 255 or 24.26% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FEFF is #5C0100. Grayscale: #E2E2E2. Windows color (decimal): -6029569 or 16776867. OLE color: 16776867.
HSL color Cylindrical-coordinate representation of color #A3FEFF: hue angle of 180.65º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FEFF is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 254 | 255 | - |
| CMYK | 0.36 | 0.00 | 0 | 0 |
| HSL | 180.65º | 1% | 0.82% | - |
| HSV(B) | 180.65º | 0.36% | 1% | - |
| XYZ | 68.6 | 85.89 | 107.57 | - |
| YUV | 226.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 255 | 0.36 | 0.00 | 0 | 0 | 180.65 | 1 | 0.82 |
| Hex | A3 | FE | FF | 24 | 0 | 0 | 0 | B5 | 64 | 52 |
| Octal | 243 | 376 | 377 | 44 | 0 | 0 | 0 | 265 | 144 | 122 |
| Binary | 10100011 | 11111110 | 11111111 | 100100 | 0 | 0 | 0 | 10110101 | 1100100 | 1010010 |
Color Harmonies of #A3FEFF
Complementary color
Monochromatic Colors of #A3FEFF
Black with #A3FEFF
Text Example
Text Example
White with #A3FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FEFF; }
p { color: rgb(163,254,255); }
H1.HeaderClassName
{
color: #A3FEFF;
}
.AnyTagClassName
{
color: #A3FEFF;
}
</style>
background-color css
<style>
a { background-color: #A3FEFF; }
a { background-color: rgb(163,254,255); }
div.DivClassName
{
background-color: #A3FEFF;
}
.BgClassName
{
background-color: #A3FEFF;
}
</style>
border-color css
<style>
span { border-color: #A3FEFF; }
span { border-color: rgb(163,254,255); }
td.TdClassName
{
border-color: #A3FEFF;
}
.TagClassName
{
border-color: #A3FEFF;
}
</style>