Shades of Pale Turquoise #AFF2F9
Tints of Pale Turquoise #AFF2F9
RGB
CMYK
RGB Variations
Color information
#AFF2F9 (or 0xAFF2F9) is known color: Pale Turquoise. HEX triplet: AF, F2 and F9. RGB value is (175,242,249). Sum of RGB (Red+Green+Blue) = 175+242+249=666 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.28% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFF2F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2F9 is #500D06. Grayscale: #DEDEDE. Windows color (decimal): -5246215 or 16380591. OLE color: 16380591.
HSL color Cylindrical-coordinate representation of color #AFF2F9: hue angle of 185.68º degrees, saturation: 0.86, 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 #AFF2F9 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 242 | 249 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.02 |
| HSL | 185.68º | 0.86% | 0.83% | - |
| HSV(B) | 185.68º | 0.3% | 0.98% | - |
| XYZ | 66.53 | 79.46 | 101.45 | - |
| YUV | 222.77 | 142.8 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 249 | 0.30 | 0.03 | 0 | 0.02 | 185.68 | 0.86 | 0.83 |
| Hex | AF | F2 | F9 | 1E | 3 | 0 | 2 | BA | 56 | 53 |
| Octal | 257 | 362 | 371 | 36 | 3 | 0 | 2 | 272 | 126 | 123 |
| Binary | 10101111 | 11110010 | 11111001 | 11110 | 11 | 0 | 10 | 10111010 | 1010110 | 1010011 |
Color Harmonies of #AFF2F9
Complementary color
Monochromatic Colors of #AFF2F9
Black with #AFF2F9
Text Example
Text Example
White with #AFF2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF2F9; }
p { color: rgb(175,242,249); }
H1.HeaderClassName
{
color: #AFF2F9;
}
.AnyTagClassName
{
color: #AFF2F9;
}
</style>
background-color css
<style>
a { background-color: #AFF2F9; }
a { background-color: rgb(175,242,249); }
div.DivClassName
{
background-color: #AFF2F9;
}
.BgClassName
{
background-color: #AFF2F9;
}
</style>
border-color css
<style>
span { border-color: #AFF2F9; }
span { border-color: rgb(175,242,249); }
td.TdClassName
{
border-color: #AFF2F9;
}
.TagClassName
{
border-color: #AFF2F9;
}
</style>