Shades of Pale Turquoise #AFF0F7
Tints of Pale Turquoise #AFF0F7
RGB
CMYK
RGB Variations
Color information
#AFF0F7 (or 0xAFF0F7) is known color: Pale Turquoise. HEX triplet: AF, F0 and F7. RGB value is (175,240,247). Sum of RGB (Red+Green+Blue) = 175+240+247=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFF0F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0F7 is #500F08. Grayscale: #DDDDDD. Windows color (decimal): -5246729 or 16249007. OLE color: 16249007.
HSL color Cylindrical-coordinate representation of color #AFF0F7: hue angle of 185.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF0F7 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 240 | 247 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.03 |
| HSL | 185.83º | 0.82% | 0.83% | - |
| HSV(B) | 185.83º | 0.29% | 0.97% | - |
| XYZ | 65.63 | 78.15 | 99.62 | - |
| YUV | 221.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 247 | 0.29 | 0.03 | 0 | 0.03 | 185.83 | 0.82 | 0.83 |
| Hex | AF | F0 | F7 | 1D | 3 | 0 | 3 | BA | 52 | 53 |
| Octal | 257 | 360 | 367 | 35 | 3 | 0 | 3 | 272 | 122 | 123 |
| Binary | 10101111 | 11110000 | 11110111 | 11101 | 11 | 0 | 11 | 10111010 | 1010010 | 1010011 |
Color Harmonies of #AFF0F7
Complementary color
Monochromatic Colors of #AFF0F7
Black with #AFF0F7
Text Example
Text Example
White with #AFF0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0F7; }
p { color: rgb(175,240,247); }
H1.HeaderClassName
{
color: #AFF0F7;
}
.AnyTagClassName
{
color: #AFF0F7;
}
</style>
background-color css
<style>
a { background-color: #AFF0F7; }
a { background-color: rgb(175,240,247); }
div.DivClassName
{
background-color: #AFF0F7;
}
.BgClassName
{
background-color: #AFF0F7;
}
</style>
border-color css
<style>
span { border-color: #AFF0F7; }
span { border-color: rgb(175,240,247); }
td.TdClassName
{
border-color: #AFF0F7;
}
.TagClassName
{
border-color: #AFF0F7;
}
</style>