Shades of Pale Turquoise #AFFFF0
Tints of Pale Turquoise #AFFFF0
RGB
CMYK
RGB Variations
Color information
#AFFFF0 (or 0xAFFFF0) is known color: Pale Turquoise. HEX triplet: AF, FF and F0. RGB value is (175,255,240). Sum of RGB (Red+Green+Blue) = 175+255+240=670 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.12% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF0 is #50000F. Grayscale: #E5E5E5. Windows color (decimal): -5242896 or 15794095. OLE color: 15794095.
HSL color Cylindrical-coordinate representation of color #AFFFF0: hue angle of 168.75º 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 #AFFFF0 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 240 | - |
| CMYK | 0.31 | 0 | 0.06 | 0 |
| HSL | 168.75º | 1% | 0.84% | - |
| HSV(B) | 168.75º | 0.31% | 1% | - |
| XYZ | 69.17 | 86.93 | 95.57 | - |
| YUV | 229.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 240 | 0.31 | 0 | 0.06 | 0 | 168.75 | 1 | 0.84 |
| Hex | AF | FF | F0 | 1F | 0 | 6 | 0 | A9 | 64 | 54 |
| Octal | 257 | 377 | 360 | 37 | 0 | 6 | 0 | 251 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11110000 | 11111 | 0 | 110 | 0 | 10101001 | 1100100 | 1010100 |
Color Harmonies of #AFFFF0
Complementary color
Monochromatic Colors of #AFFFF0
Black with #AFFFF0
Text Example
Text Example
White with #AFFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFF0; }
p { color: rgb(175,255,240); }
H1.HeaderClassName
{
color: #AFFFF0;
}
.AnyTagClassName
{
color: #AFFFF0;
}
</style>
background-color css
<style>
a { background-color: #AFFFF0; }
a { background-color: rgb(175,255,240); }
div.DivClassName
{
background-color: #AFFFF0;
}
.BgClassName
{
background-color: #AFFFF0;
}
</style>
border-color css
<style>
span { border-color: #AFFFF0; }
span { border-color: rgb(175,255,240); }
td.TdClassName
{
border-color: #AFFFF0;
}
.TagClassName
{
border-color: #AFFFF0;
}
</style>