Shades of Pale Turquoise #A4FAF3
Tints of Pale Turquoise #A4FAF3
RGB
CMYK
RGB Variations
Color information
#A4FAF3 (or 0xA4FAF3) is known color: Pale Turquoise. HEX triplet: A4, FA and F3. RGB value is (164,250,243). Sum of RGB (Red+Green+Blue) = 164+250+243=657 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.96% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAF3 is #5B050C. Grayscale: #DFDFDF. Windows color (decimal): -5965069 or 15989412. OLE color: 15989412.
HSL color Cylindrical-coordinate representation of color #A4FAF3: hue angle of 175.12º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAF3 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 243 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.02 |
| HSL | 175.12º | 0.9% | 0.81% | - |
| HSV(B) | 175.12º | 0.34% | 0.98% | - |
| XYZ | 65.67 | 82.73 | 97.3 | - |
| YUV | 223.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 243 | 0.34 | 0 | 0.03 | 0.02 | 175.12 | 0.9 | 0.81 |
| Hex | A4 | FA | F3 | 22 | 0 | 3 | 2 | AF | 5A | 51 |
| Octal | 244 | 372 | 363 | 42 | 0 | 3 | 2 | 257 | 132 | 121 |
| Binary | 10100100 | 11111010 | 11110011 | 100010 | 0 | 11 | 10 | 10101111 | 1011010 | 1010001 |
Color Harmonies of #A4FAF3
Complementary color
Monochromatic Colors of #A4FAF3
Black with #A4FAF3
Text Example
Text Example
White with #A4FAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FAF3; }
p { color: rgb(164,250,243); }
H1.HeaderClassName
{
color: #A4FAF3;
}
.AnyTagClassName
{
color: #A4FAF3;
}
</style>
background-color css
<style>
a { background-color: #A4FAF3; }
a { background-color: rgb(164,250,243); }
div.DivClassName
{
background-color: #A4FAF3;
}
.BgClassName
{
background-color: #A4FAF3;
}
</style>
border-color css
<style>
span { border-color: #A4FAF3; }
span { border-color: rgb(164,250,243); }
td.TdClassName
{
border-color: #A4FAF3;
}
.TagClassName
{
border-color: #A4FAF3;
}
</style>