Shades of Pale Turquoise #A3FEFC
Tints of Pale Turquoise #A3FEFC
RGB
CMYK
RGB Variations
Color information
#A3FEFC (or 0xA3FEFC) is known color: Pale Turquoise. HEX triplet: A3, FE and FC. RGB value is (163,254,252). Sum of RGB (Red+Green+Blue) = 163+254+252=669 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.36% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FEFC is #5C0103. Grayscale: #E2E2E2. Windows color (decimal): -6029572 or 16580259. OLE color: 16580259.
HSL color Cylindrical-coordinate representation of color #A3FEFC: hue angle of 178.68º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FEFC is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 252 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.00 |
| HSL | 178.68º | 0.98% | 0.82% | - |
| HSV(B) | 178.68º | 0.36% | 1% | - |
| XYZ | 68.12 | 85.7 | 105.05 | - |
| YUV | 226.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 252 | 0.36 | 0 | 0.01 | 0.00 | 178.68 | 0.98 | 0.82 |
| Hex | A3 | FE | FC | 24 | 0 | 1 | 0 | B3 | 62 | 52 |
| Octal | 243 | 376 | 374 | 44 | 0 | 1 | 0 | 263 | 142 | 122 |
| Binary | 10100011 | 11111110 | 11111100 | 100100 | 0 | 1 | 0 | 10110011 | 1100010 | 1010010 |
Color Harmonies of #A3FEFC
Complementary color
Monochromatic Colors of #A3FEFC
Black with #A3FEFC
Text Example
Text Example
White with #A3FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FEFC; }
p { color: rgb(163,254,252); }
H1.HeaderClassName
{
color: #A3FEFC;
}
.AnyTagClassName
{
color: #A3FEFC;
}
</style>
background-color css
<style>
a { background-color: #A3FEFC; }
a { background-color: rgb(163,254,252); }
div.DivClassName
{
background-color: #A3FEFC;
}
.BgClassName
{
background-color: #A3FEFC;
}
</style>
border-color css
<style>
span { border-color: #A3FEFC; }
span { border-color: rgb(163,254,252); }
td.TdClassName
{
border-color: #A3FEFC;
}
.TagClassName
{
border-color: #A3FEFC;
}
</style>