Shades of Pale Turquoise #AFF0F6
Tints of Pale Turquoise #AFF0F6
RGB
CMYK
RGB Variations
Color information
#AFF0F6 (or 0xAFF0F6) is known color: Pale Turquoise. HEX triplet: AF, F0 and F6. RGB value is (175,240,246). Sum of RGB (Red+Green+Blue) = 175+240+246=661 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.48% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFF0F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0F6 is #500F09. Grayscale: #DDDDDD. Windows color (decimal): -5246730 or 16183471. OLE color: 16183471.
HSL color Cylindrical-coordinate representation of color #AFF0F6: hue angle of 185.07º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF0F6 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 240 | 246 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.04 |
| HSL | 185.07º | 0.8% | 0.83% | - |
| HSV(B) | 185.07º | 0.29% | 0.96% | - |
| XYZ | 65.47 | 78.09 | 98.81 | - |
| YUV | 221.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 246 | 0.29 | 0.02 | 0 | 0.04 | 185.07 | 0.8 | 0.83 |
| Hex | AF | F0 | F6 | 1D | 2 | 0 | 4 | B9 | 50 | 53 |
| Octal | 257 | 360 | 366 | 35 | 2 | 0 | 4 | 271 | 120 | 123 |
| Binary | 10101111 | 11110000 | 11110110 | 11101 | 10 | 0 | 100 | 10111001 | 1010000 | 1010011 |
Color Harmonies of #AFF0F6
Complementary color
Monochromatic Colors of #AFF0F6
Black with #AFF0F6
Text Example
Text Example
White with #AFF0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0F6; }
p { color: rgb(175,240,246); }
H1.HeaderClassName
{
color: #AFF0F6;
}
.AnyTagClassName
{
color: #AFF0F6;
}
</style>
background-color css
<style>
a { background-color: #AFF0F6; }
a { background-color: rgb(175,240,246); }
div.DivClassName
{
background-color: #AFF0F6;
}
.BgClassName
{
background-color: #AFF0F6;
}
</style>
border-color css
<style>
span { border-color: #AFF0F6; }
span { border-color: rgb(175,240,246); }
td.TdClassName
{
border-color: #AFF0F6;
}
.TagClassName
{
border-color: #AFF0F6;
}
</style>