Shades of Pale Turquoise #A3FEEF
Tints of Pale Turquoise #A3FEEF
RGB
CMYK
RGB Variations
Color information
#A3FEEF (or 0xA3FEEF) is known color: Pale Turquoise. HEX triplet: A3, FE and EF. RGB value is (163,254,239). Sum of RGB (Red+Green+Blue) = 163+254+239=656 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.85% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FEEF is #5C0110. Grayscale: #E1E1E1. Windows color (decimal): -6029585 or 15728291. OLE color: 15728291.
HSL color Cylindrical-coordinate representation of color #A3FEEF: hue angle of 170.11º 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 #A3FEEF is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 239 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.00 |
| HSL | 170.11º | 0.98% | 0.82% | - |
| HSV(B) | 170.11º | 0.36% | 1% | - |
| XYZ | 66.13 | 84.9 | 94.56 | - |
| YUV | 225.08 | 135.85 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 239 | 0.36 | 0 | 0.06 | 0.00 | 170.11 | 0.98 | 0.82 |
| Hex | A3 | FE | EF | 24 | 0 | 6 | 0 | AA | 62 | 52 |
| Octal | 243 | 376 | 357 | 44 | 0 | 6 | 0 | 252 | 142 | 122 |
| Binary | 10100011 | 11111110 | 11101111 | 100100 | 0 | 110 | 0 | 10101010 | 1100010 | 1010010 |
Color Harmonies of #A3FEEF
Complementary color
Monochromatic Colors of #A3FEEF
Black with #A3FEEF
Text Example
Text Example
White with #A3FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FEEF; }
p { color: rgb(163,254,239); }
H1.HeaderClassName
{
color: #A3FEEF;
}
.AnyTagClassName
{
color: #A3FEEF;
}
</style>
background-color css
<style>
a { background-color: #A3FEEF; }
a { background-color: rgb(163,254,239); }
div.DivClassName
{
background-color: #A3FEEF;
}
.BgClassName
{
background-color: #A3FEEF;
}
</style>
border-color css
<style>
span { border-color: #A3FEEF; }
span { border-color: rgb(163,254,239); }
td.TdClassName
{
border-color: #A3FEEF;
}
.TagClassName
{
border-color: #A3FEEF;
}
</style>