Shades of Pale Turquoise #A3FFFE
Tints of Pale Turquoise #A3FFFE
RGB
CMYK
RGB Variations
Color information
#A3FFFE (or 0xA3FFFE) is known color: Pale Turquoise. HEX triplet: A3, FF and FE. RGB value is (163,255,254). Sum of RGB (Red+Green+Blue) = 163+255+254=672 (89% of max value = 765). Red value is 163 (64.06% from 255 or 24.26% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFFE is #5C0001. Grayscale: #E3E3E3. Windows color (decimal): -6029314 or 16711587. OLE color: 16711587.
HSL color Cylindrical-coordinate representation of color #A3FFFE: hue angle of 179.35º 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 #A3FFFE is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 254 | - |
| CMYK | 0.36 | 0 | 0.00 | 0 |
| HSL | 179.35º | 1% | 0.82% | - |
| HSV(B) | 179.35º | 0.36% | 1% | - |
| XYZ | 68.75 | 86.46 | 106.83 | - |
| YUV | 227.38 | 143.02 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 254 | 0.36 | 0 | 0.00 | 0 | 179.35 | 1 | 0.82 |
| Hex | A3 | FF | FE | 24 | 0 | 0 | 0 | B3 | 64 | 52 |
| Octal | 243 | 377 | 376 | 44 | 0 | 0 | 0 | 263 | 144 | 122 |
| Binary | 10100011 | 11111111 | 11111110 | 100100 | 0 | 0 | 0 | 10110011 | 1100100 | 1010010 |
Color Harmonies of #A3FFFE
Complementary color
Monochromatic Colors of #A3FFFE
Black with #A3FFFE
Text Example
Text Example
White with #A3FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FFFE; }
p { color: rgb(163,255,254); }
H1.HeaderClassName
{
color: #A3FFFE;
}
.AnyTagClassName
{
color: #A3FFFE;
}
</style>
background-color css
<style>
a { background-color: #A3FFFE; }
a { background-color: rgb(163,255,254); }
div.DivClassName
{
background-color: #A3FFFE;
}
.BgClassName
{
background-color: #A3FFFE;
}
</style>
border-color css
<style>
span { border-color: #A3FFFE; }
span { border-color: rgb(163,255,254); }
td.TdClassName
{
border-color: #A3FFFE;
}
.TagClassName
{
border-color: #A3FFFE;
}
</style>