Shades of Pale Turquoise #A3FAFD
Tints of Pale Turquoise #A3FAFD
RGB
CMYK
RGB Variations
Color information
#A3FAFD (or 0xA3FAFD) is known color: Pale Turquoise. HEX triplet: A3, FA and FD. RGB value is (163,250,253). Sum of RGB (Red+Green+Blue) = 163+250+253=666 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.47% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #A3FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FAFD is #5C0502. Grayscale: #E0E0E0. Windows color (decimal): -6030595 or 16644771. OLE color: 16644771.
HSL color Cylindrical-coordinate representation of color #A3FAFD: hue angle of 182º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FAFD is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 250 | 253 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.01 |
| HSL | 182º | 0.96% | 0.82% | - |
| HSV(B) | 182º | 0.36% | 0.99% | - |
| XYZ | 67.02 | 83.25 | 105.47 | - |
| YUV | 224.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 253 | 0.36 | 0.01 | 0 | 0.01 | 182 | 0.96 | 0.82 |
| Hex | A3 | FA | FD | 24 | 1 | 0 | 1 | B6 | 60 | 52 |
| Octal | 243 | 372 | 375 | 44 | 1 | 0 | 1 | 266 | 140 | 122 |
| Binary | 10100011 | 11111010 | 11111101 | 100100 | 1 | 0 | 1 | 10110110 | 1100000 | 1010010 |
Color Harmonies of #A3FAFD
Complementary color
Monochromatic Colors of #A3FAFD
Black with #A3FAFD
Text Example
Text Example
White with #A3FAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FAFD; }
p { color: rgb(163,250,253); }
H1.HeaderClassName
{
color: #A3FAFD;
}
.AnyTagClassName
{
color: #A3FAFD;
}
</style>
background-color css
<style>
a { background-color: #A3FAFD; }
a { background-color: rgb(163,250,253); }
div.DivClassName
{
background-color: #A3FAFD;
}
.BgClassName
{
background-color: #A3FAFD;
}
</style>
border-color css
<style>
span { border-color: #A3FAFD; }
span { border-color: rgb(163,250,253); }
td.TdClassName
{
border-color: #A3FAFD;
}
.TagClassName
{
border-color: #A3FAFD;
}
</style>