Shades of Pale Turquoise #AFF2FA
Tints of Pale Turquoise #AFF2FA
RGB
CMYK
RGB Variations
Color information
#AFF2FA (or 0xAFF2FA) is known color: Pale Turquoise. HEX triplet: AF, F2 and FA. RGB value is (175,242,250). Sum of RGB (Red+Green+Blue) = 175+242+250=667 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.24% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2FA is #500D05. Grayscale: #DEDEDE. Windows color (decimal): -5246214 or 16446127. OLE color: 16446127.
HSL color Cylindrical-coordinate representation of color #AFF2FA: hue angle of 186.4º 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 #AFF2FA is Cyan = 0.3, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 242 | 250 | - |
| CMYK | 0.3 | 0.03 | 0 | 0.02 |
| HSL | 186.4º | 0.88% | 0.83% | - |
| HSV(B) | 186.4º | 0.3% | 0.98% | - |
| XYZ | 66.69 | 79.52 | 102.28 | - |
| YUV | 222.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 250 | 0.3 | 0.03 | 0 | 0.02 | 186.4 | 0.88 | 0.83 |
| Hex | AF | F2 | FA | 1E | 3 | 0 | 2 | BA | 58 | 53 |
| Octal | 257 | 362 | 372 | 36 | 3 | 0 | 2 | 272 | 130 | 123 |
| Binary | 10101111 | 11110010 | 11111010 | 11110 | 11 | 0 | 10 | 10111010 | 1011000 | 1010011 |
Color Harmonies of #AFF2FA
Complementary color
Monochromatic Colors of #AFF2FA
Black with #AFF2FA
Text Example
Text Example
White with #AFF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF2FA; }
p { color: rgb(175,242,250); }
H1.HeaderClassName
{
color: #AFF2FA;
}
.AnyTagClassName
{
color: #AFF2FA;
}
</style>
background-color css
<style>
a { background-color: #AFF2FA; }
a { background-color: rgb(175,242,250); }
div.DivClassName
{
background-color: #AFF2FA;
}
.BgClassName
{
background-color: #AFF2FA;
}
</style>
border-color css
<style>
span { border-color: #AFF2FA; }
span { border-color: rgb(175,242,250); }
td.TdClassName
{
border-color: #AFF2FA;
}
.TagClassName
{
border-color: #AFF2FA;
}
</style>