Shades of Pale Turquoise #AFF8FA
Tints of Pale Turquoise #AFF8FA
RGB
CMYK
RGB Variations
Color information
#AFF8FA (or 0xAFF8FA) is known color: Pale Turquoise. HEX triplet: AF, F8 and FA. RGB value is (175,248,250). Sum of RGB (Red+Green+Blue) = 175+248+250=673 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.00% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF8FA is #500705. Grayscale: #E2E2E2. Windows color (decimal): -5244678 or 16447663. OLE color: 16447663.
HSL color Cylindrical-coordinate representation of color #AFF8FA: hue angle of 181.6º 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 #AFF8FA is Cyan = 0.3, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 248 | 250 | - |
| CMYK | 0.3 | 0.01 | 0 | 0.02 |
| HSL | 181.6º | 0.88% | 0.83% | - |
| HSV(B) | 181.6º | 0.3% | 0.98% | - |
| XYZ | 68.5 | 83.15 | 102.88 | - |
| YUV | 226.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 250 | 0.3 | 0.01 | 0 | 0.02 | 181.6 | 0.88 | 0.83 |
| Hex | AF | F8 | FA | 1E | 1 | 0 | 2 | B6 | 58 | 53 |
| Octal | 257 | 370 | 372 | 36 | 1 | 0 | 2 | 266 | 130 | 123 |
| Binary | 10101111 | 11111000 | 11111010 | 11110 | 1 | 0 | 10 | 10110110 | 1011000 | 1010011 |
Color Harmonies of #AFF8FA
Complementary color
Monochromatic Colors of #AFF8FA
Black with #AFF8FA
Text Example
Text Example
White with #AFF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF8FA; }
p { color: rgb(175,248,250); }
H1.HeaderClassName
{
color: #AFF8FA;
}
.AnyTagClassName
{
color: #AFF8FA;
}
</style>
background-color css
<style>
a { background-color: #AFF8FA; }
a { background-color: rgb(175,248,250); }
div.DivClassName
{
background-color: #AFF8FA;
}
.BgClassName
{
background-color: #AFF8FA;
}
</style>
border-color css
<style>
span { border-color: #AFF8FA; }
span { border-color: rgb(175,248,250); }
td.TdClassName
{
border-color: #AFF8FA;
}
.TagClassName
{
border-color: #AFF8FA;
}
</style>