Shades of Pale Turquoise #AFFFF1
Tints of Pale Turquoise #AFFFF1
RGB
CMYK
RGB Variations
Color information
#AFFFF1 (or 0xAFFFF1) is known color: Pale Turquoise. HEX triplet: AF, FF and F1. RGB value is (175,255,241). Sum of RGB (Red+Green+Blue) = 175+255+241=671 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.08% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF1 is #50000E. Grayscale: #E5E5E5. Windows color (decimal): -5242895 or 15859631. OLE color: 15859631.
HSL color Cylindrical-coordinate representation of color #AFFFF1: hue angle of 169.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFF1 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 241 | - |
| CMYK | 0.31 | 0 | 0.05 | 0 |
| HSL | 169.5º | 1% | 0.84% | - |
| HSV(B) | 169.5º | 0.31% | 1% | - |
| XYZ | 69.32 | 86.98 | 96.36 | - |
| YUV | 229.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 241 | 0.31 | 0 | 0.05 | 0 | 169.5 | 1 | 0.84 |
| Hex | AF | FF | F1 | 1F | 0 | 5 | 0 | AA | 64 | 54 |
| Octal | 257 | 377 | 361 | 37 | 0 | 5 | 0 | 252 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11110001 | 11111 | 0 | 101 | 0 | 10101010 | 1100100 | 1010100 |
Color Harmonies of #AFFFF1
Complementary color
Monochromatic Colors of #AFFFF1
Black with #AFFFF1
Text Example
Text Example
White with #AFFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFF1; }
p { color: rgb(175,255,241); }
H1.HeaderClassName
{
color: #AFFFF1;
}
.AnyTagClassName
{
color: #AFFFF1;
}
</style>
background-color css
<style>
a { background-color: #AFFFF1; }
a { background-color: rgb(175,255,241); }
div.DivClassName
{
background-color: #AFFFF1;
}
.BgClassName
{
background-color: #AFFFF1;
}
</style>
border-color css
<style>
span { border-color: #AFFFF1; }
span { border-color: rgb(175,255,241); }
td.TdClassName
{
border-color: #AFFFF1;
}
.TagClassName
{
border-color: #AFFFF1;
}
</style>