Shades of Pale Turquoise #AFFAF1
Tints of Pale Turquoise #AFFAF1
RGB
CMYK
RGB Variations
Color information
#AFFAF1 (or 0xAFFAF1) is known color: Pale Turquoise. HEX triplet: AF, FA and F1. RGB value is (175,250,241). Sum of RGB (Red+Green+Blue) = 175+250+241=666 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.28% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFAF1 is #50050E. Grayscale: #E2E2E2. Windows color (decimal): -5244175 or 15858351. OLE color: 15858351.
HSL color Cylindrical-coordinate representation of color #AFFAF1: hue angle of 172.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAF1 is Cyan = 0.3, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 241 | - |
| CMYK | 0.3 | 0 | 0.04 | 0.02 |
| HSL | 172.8º | 0.88% | 0.83% | - |
| HSV(B) | 172.8º | 0.3% | 0.98% | - |
| XYZ | 67.74 | 83.84 | 95.83 | - |
| YUV | 226.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 241 | 0.3 | 0 | 0.04 | 0.02 | 172.8 | 0.88 | 0.83 |
| Hex | AF | FA | F1 | 1E | 0 | 4 | 2 | AD | 58 | 53 |
| Octal | 257 | 372 | 361 | 36 | 0 | 4 | 2 | 255 | 130 | 123 |
| Binary | 10101111 | 11111010 | 11110001 | 11110 | 0 | 100 | 10 | 10101101 | 1011000 | 1010011 |
Color Harmonies of #AFFAF1
Complementary color
Monochromatic Colors of #AFFAF1
Black with #AFFAF1
Text Example
Text Example
White with #AFFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFAF1; }
p { color: rgb(175,250,241); }
H1.HeaderClassName
{
color: #AFFAF1;
}
.AnyTagClassName
{
color: #AFFAF1;
}
</style>
background-color css
<style>
a { background-color: #AFFAF1; }
a { background-color: rgb(175,250,241); }
div.DivClassName
{
background-color: #AFFAF1;
}
.BgClassName
{
background-color: #AFFAF1;
}
</style>
border-color css
<style>
span { border-color: #AFFAF1; }
span { border-color: rgb(175,250,241); }
td.TdClassName
{
border-color: #AFFAF1;
}
.TagClassName
{
border-color: #AFFAF1;
}
</style>