Shades of Pale Turquoise #A3FBFC
Tints of Pale Turquoise #A3FBFC
RGB
CMYK
RGB Variations
Color information
#A3FBFC (or 0xA3FBFC) is known color: Pale Turquoise. HEX triplet: A3, FB and FC. RGB value is (163,251,252). Sum of RGB (Red+Green+Blue) = 163+251+252=666 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.47% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3FBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FBFC is #5C0403. Grayscale: #E0E0E0. Windows color (decimal): -6030340 or 16579491. OLE color: 16579491.
HSL color Cylindrical-coordinate representation of color #A3FBFC: hue angle of 180.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FBFC is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 251 | 252 | - |
| CMYK | 0.35 | 0.00 | 0 | 0.01 |
| HSL | 180.67º | 0.94% | 0.81% | - |
| HSV(B) | 180.67º | 0.35% | 0.99% | - |
| XYZ | 67.17 | 83.81 | 104.73 | - |
| YUV | 224.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 251 | 252 | 0.35 | 0.00 | 0 | 0.01 | 180.67 | 0.94 | 0.81 |
| Hex | A3 | FB | FC | 23 | 0 | 0 | 1 | B5 | 5E | 51 |
| Octal | 243 | 373 | 374 | 43 | 0 | 0 | 1 | 265 | 136 | 121 |
| Binary | 10100011 | 11111011 | 11111100 | 100011 | 0 | 0 | 1 | 10110101 | 1011110 | 1010001 |
Color Harmonies of #A3FBFC
Complementary color
Monochromatic Colors of #A3FBFC
Black with #A3FBFC
Text Example
Text Example
White with #A3FBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FBFC; }
p { color: rgb(163,251,252); }
H1.HeaderClassName
{
color: #A3FBFC;
}
.AnyTagClassName
{
color: #A3FBFC;
}
</style>
background-color css
<style>
a { background-color: #A3FBFC; }
a { background-color: rgb(163,251,252); }
div.DivClassName
{
background-color: #A3FBFC;
}
.BgClassName
{
background-color: #A3FBFC;
}
</style>
border-color css
<style>
span { border-color: #A3FBFC; }
span { border-color: rgb(163,251,252); }
td.TdClassName
{
border-color: #A3FBFC;
}
.TagClassName
{
border-color: #A3FBFC;
}
</style>