Shades of Pale Turquoise #A3F8FA
Tints of Pale Turquoise #A3F8FA
RGB
CMYK
RGB Variations
Color information
#A3F8FA (or 0xA3F8FA) is known color: Pale Turquoise. HEX triplet: A3, F8 and FA. RGB value is (163,248,250). Sum of RGB (Red+Green+Blue) = 163+248+250=661 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.66% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3F8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F8FA is #5C0705. Grayscale: #DEDEDE. Windows color (decimal): -6031110 or 16447651. OLE color: 16447651.
HSL color Cylindrical-coordinate representation of color #A3F8FA: hue angle of 181.38º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3F8FA is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 248 | 250 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.02 |
| HSL | 181.38º | 0.9% | 0.81% | - |
| HSV(B) | 181.38º | 0.35% | 0.98% | - |
| XYZ | 65.93 | 81.82 | 102.76 | - |
| YUV | 222.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 248 | 250 | 0.35 | 0.01 | 0 | 0.02 | 181.38 | 0.9 | 0.81 |
| Hex | A3 | F8 | FA | 23 | 1 | 0 | 2 | B5 | 5A | 51 |
| Octal | 243 | 370 | 372 | 43 | 1 | 0 | 2 | 265 | 132 | 121 |
| Binary | 10100011 | 11111000 | 11111010 | 100011 | 1 | 0 | 10 | 10110101 | 1011010 | 1010001 |
Color Harmonies of #A3F8FA
Complementary color
Monochromatic Colors of #A3F8FA
Black with #A3F8FA
Text Example
Text Example
White with #A3F8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F8FA; }
p { color: rgb(163,248,250); }
H1.HeaderClassName
{
color: #A3F8FA;
}
.AnyTagClassName
{
color: #A3F8FA;
}
</style>
background-color css
<style>
a { background-color: #A3F8FA; }
a { background-color: rgb(163,248,250); }
div.DivClassName
{
background-color: #A3F8FA;
}
.BgClassName
{
background-color: #A3F8FA;
}
</style>
border-color css
<style>
span { border-color: #A3F8FA; }
span { border-color: rgb(163,248,250); }
td.TdClassName
{
border-color: #A3F8FA;
}
.TagClassName
{
border-color: #A3F8FA;
}
</style>