Shades of Pale Turquoise #AFF7F6
Tints of Pale Turquoise #AFF7F6
RGB
CMYK
RGB Variations
Color information
#AFF7F6 (or 0xAFF7F6) is known color: Pale Turquoise. HEX triplet: AF, F7 and F6. RGB value is (175,247,246). Sum of RGB (Red+Green+Blue) = 175+247+246=668 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.20% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF7F6 is #500809. Grayscale: #E1E1E1. Windows color (decimal): -5244938 or 16185263. OLE color: 16185263.
HSL color Cylindrical-coordinate representation of color #AFF7F6: hue angle of 179.17º 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 #AFF7F6 is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 246 | - |
| CMYK | 0.29 | 0 | 0.00 | 0.03 |
| HSL | 179.17º | 0.82% | 0.83% | - |
| HSV(B) | 179.17º | 0.29% | 0.97% | - |
| XYZ | 67.57 | 82.29 | 99.51 | - |
| YUV | 225.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 246 | 0.29 | 0 | 0.00 | 0.03 | 179.17 | 0.82 | 0.83 |
| Hex | AF | F7 | F6 | 1D | 0 | 0 | 3 | B3 | 52 | 53 |
| Octal | 257 | 367 | 366 | 35 | 0 | 0 | 3 | 263 | 122 | 123 |
| Binary | 10101111 | 11110111 | 11110110 | 11101 | 0 | 0 | 11 | 10110011 | 1010010 | 1010011 |
Color Harmonies of #AFF7F6
Complementary color
Monochromatic Colors of #AFF7F6
Black with #AFF7F6
Text Example
Text Example
White with #AFF7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF7F6; }
p { color: rgb(175,247,246); }
H1.HeaderClassName
{
color: #AFF7F6;
}
.AnyTagClassName
{
color: #AFF7F6;
}
</style>
background-color css
<style>
a { background-color: #AFF7F6; }
a { background-color: rgb(175,247,246); }
div.DivClassName
{
background-color: #AFF7F6;
}
.BgClassName
{
background-color: #AFF7F6;
}
</style>
border-color css
<style>
span { border-color: #AFF7F6; }
span { border-color: rgb(175,247,246); }
td.TdClassName
{
border-color: #AFF7F6;
}
.TagClassName
{
border-color: #AFF7F6;
}
</style>