Shades of Pale Turquoise #AFFFF6
Tints of Pale Turquoise #AFFFF6
RGB
CMYK
RGB Variations
Color information
#AFFFF6 (or 0xAFFFF6) is known color: Pale Turquoise. HEX triplet: AF, FF and F6. RGB value is (175,255,246). Sum of RGB (Red+Green+Blue) = 175+255+246=676 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.89% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF6 is #500009. Grayscale: #E6E6E6. Windows color (decimal): -5242890 or 16187311. OLE color: 16187311.
HSL color Cylindrical-coordinate representation of color #AFFFF6: hue angle of 173.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFF6 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 246 | - |
| CMYK | 0.31 | 0 | 0.04 | 0 |
| HSL | 173.25º | 1% | 0.84% | - |
| HSV(B) | 173.25º | 0.31% | 1% | - |
| XYZ | 70.07 | 87.29 | 100.34 | - |
| YUV | 230.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 246 | 0.31 | 0 | 0.04 | 0 | 173.25 | 1 | 0.84 |
| Hex | AF | FF | F6 | 1F | 0 | 4 | 0 | AD | 64 | 54 |
| Octal | 257 | 377 | 366 | 37 | 0 | 4 | 0 | 255 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11110110 | 11111 | 0 | 100 | 0 | 10101101 | 1100100 | 1010100 |
Color Harmonies of #AFFFF6
Complementary color
Monochromatic Colors of #AFFFF6
Black with #AFFFF6
Text Example
Text Example
White with #AFFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFF6; }
p { color: rgb(175,255,246); }
H1.HeaderClassName
{
color: #AFFFF6;
}
.AnyTagClassName
{
color: #AFFFF6;
}
</style>
background-color css
<style>
a { background-color: #AFFFF6; }
a { background-color: rgb(175,255,246); }
div.DivClassName
{
background-color: #AFFFF6;
}
.BgClassName
{
background-color: #AFFFF6;
}
</style>
border-color css
<style>
span { border-color: #AFFFF6; }
span { border-color: rgb(175,255,246); }
td.TdClassName
{
border-color: #AFFFF6;
}
.TagClassName
{
border-color: #AFFFF6;
}
</style>