Shades of Pale Turquoise #AFF1FA
Tints of Pale Turquoise #AFF1FA
RGB
CMYK
RGB Variations
Color information
#AFF1FA (or 0xAFF1FA) is known color: Pale Turquoise. HEX triplet: AF, F1 and FA. RGB value is (175,241,250). Sum of RGB (Red+Green+Blue) = 175+241+250=666 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.28% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1FA is #500E05. Grayscale: #DEDEDE. Windows color (decimal): -5246470 or 16445871. OLE color: 16445871.
HSL color Cylindrical-coordinate representation of color #AFF1FA: hue angle of 187.2º 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 #AFF1FA is Cyan = 0.3, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 241 | 250 | - |
| CMYK | 0.3 | 0.04 | 0 | 0.02 |
| HSL | 187.2º | 0.88% | 0.83% | - |
| HSV(B) | 187.2º | 0.3% | 0.98% | - |
| XYZ | 66.39 | 78.93 | 102.18 | - |
| YUV | 222.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 250 | 0.3 | 0.04 | 0 | 0.02 | 187.2 | 0.88 | 0.83 |
| Hex | AF | F1 | FA | 1E | 4 | 0 | 2 | BB | 58 | 53 |
| Octal | 257 | 361 | 372 | 36 | 4 | 0 | 2 | 273 | 130 | 123 |
| Binary | 10101111 | 11110001 | 11111010 | 11110 | 100 | 0 | 10 | 10111011 | 1011000 | 1010011 |
Color Harmonies of #AFF1FA
Complementary color
Monochromatic Colors of #AFF1FA
Black with #AFF1FA
Text Example
Text Example
White with #AFF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1FA; }
p { color: rgb(175,241,250); }
H1.HeaderClassName
{
color: #AFF1FA;
}
.AnyTagClassName
{
color: #AFF1FA;
}
</style>
background-color css
<style>
a { background-color: #AFF1FA; }
a { background-color: rgb(175,241,250); }
div.DivClassName
{
background-color: #AFF1FA;
}
.BgClassName
{
background-color: #AFF1FA;
}
</style>
border-color css
<style>
span { border-color: #AFF1FA; }
span { border-color: rgb(175,241,250); }
td.TdClassName
{
border-color: #AFF1FA;
}
.TagClassName
{
border-color: #AFF1FA;
}
</style>