Shades of Pale Turquoise #A3FCED
Tints of Pale Turquoise #A3FCED
RGB
CMYK
RGB Variations
Color information
#A3FCED (or 0xA3FCED) is known color: Pale Turquoise. HEX triplet: A3, FC and ED. RGB value is (163,252,237). Sum of RGB (Red+Green+Blue) = 163+252+237=652 (86% of max value = 765). Red value is 163 (64.06% from 255 or 25% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FCED is #5C0312. Grayscale: #DFDFDF. Windows color (decimal): -6030099 or 15596707. OLE color: 15596707.
HSL color Cylindrical-coordinate representation of color #A3FCED: hue angle of 169.89º 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 #A3FCED is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 237 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.01 |
| HSL | 169.89º | 0.94% | 0.81% | - |
| HSV(B) | 169.89º | 0.35% | 0.99% | - |
| XYZ | 65.2 | 83.52 | 92.81 | - |
| YUV | 223.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 237 | 0.35 | 0 | 0.06 | 0.01 | 169.89 | 0.94 | 0.81 |
| Hex | A3 | FC | ED | 23 | 0 | 6 | 1 | AA | 5E | 51 |
| Octal | 243 | 374 | 355 | 43 | 0 | 6 | 1 | 252 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11101101 | 100011 | 0 | 110 | 1 | 10101010 | 1011110 | 1010001 |
Color Harmonies of #A3FCED
Complementary color
Monochromatic Colors of #A3FCED
Black with #A3FCED
Text Example
Text Example
White with #A3FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCED; }
p { color: rgb(163,252,237); }
H1.HeaderClassName
{
color: #A3FCED;
}
.AnyTagClassName
{
color: #A3FCED;
}
</style>
background-color css
<style>
a { background-color: #A3FCED; }
a { background-color: rgb(163,252,237); }
div.DivClassName
{
background-color: #A3FCED;
}
.BgClassName
{
background-color: #A3FCED;
}
</style>
border-color css
<style>
span { border-color: #A3FCED; }
span { border-color: rgb(163,252,237); }
td.TdClassName
{
border-color: #A3FCED;
}
.TagClassName
{
border-color: #A3FCED;
}
</style>