Shades of Pale Turquoise #A8FCF3
Tints of Pale Turquoise #A8FCF3
RGB
CMYK
RGB Variations
Color information
#A8FCF3 (or 0xA8FCF3) is known color: Pale Turquoise. HEX triplet: A8, FC and F3. RGB value is (168,252,243). Sum of RGB (Red+Green+Blue) = 168+252+243=663 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.34% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FCF3 is #57030C. Grayscale: #E1E1E1. Windows color (decimal): -5702413 or 15989928. OLE color: 15989928.
HSL color Cylindrical-coordinate representation of color #A8FCF3: hue angle of 173.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCF3 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 243 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.01 |
| HSL | 173.57º | 0.93% | 0.82% | - |
| HSV(B) | 173.57º | 0.33% | 0.99% | - |
| XYZ | 67.14 | 84.42 | 97.55 | - |
| YUV | 225.86 | 137.67 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 243 | 0.33 | 0 | 0.04 | 0.01 | 173.57 | 0.93 | 0.82 |
| Hex | A8 | FC | F3 | 21 | 0 | 4 | 1 | AE | 5D | 52 |
| Octal | 250 | 374 | 363 | 41 | 0 | 4 | 1 | 256 | 135 | 122 |
| Binary | 10101000 | 11111100 | 11110011 | 100001 | 0 | 100 | 1 | 10101110 | 1011101 | 1010010 |
Color Harmonies of #A8FCF3
Complementary color
Monochromatic Colors of #A8FCF3
Black with #A8FCF3
Text Example
Text Example
White with #A8FCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCF3; }
p { color: rgb(168,252,243); }
H1.HeaderClassName
{
color: #A8FCF3;
}
.AnyTagClassName
{
color: #A8FCF3;
}
</style>
background-color css
<style>
a { background-color: #A8FCF3; }
a { background-color: rgb(168,252,243); }
div.DivClassName
{
background-color: #A8FCF3;
}
.BgClassName
{
background-color: #A8FCF3;
}
</style>
border-color css
<style>
span { border-color: #A8FCF3; }
span { border-color: rgb(168,252,243); }
td.TdClassName
{
border-color: #A8FCF3;
}
.TagClassName
{
border-color: #A8FCF3;
}
</style>