Shades of Pale Turquoise #AFF0E7
Tints of Pale Turquoise #AFF0E7
RGB
CMYK
RGB Variations
Color information
#AFF0E7 (or 0xAFF0E7) is known color: Pale Turquoise. HEX triplet: AF, F0 and E7. RGB value is (175,240,231). Sum of RGB (Red+Green+Blue) = 175+240+231=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0E7 is #500F18. Grayscale: #DBDBDB. Windows color (decimal): -5246745 or 15200431. OLE color: 15200431.
HSL color Cylindrical-coordinate representation of color #AFF0E7: hue angle of 171.69º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0E7 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 231 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.06 |
| HSL | 171.69º | 0.68% | 0.81% | - |
| HSV(B) | 171.69º | 0.27% | 0.94% | - |
| XYZ | 63.26 | 77.2 | 87.17 | - |
| YUV | 219.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 231 | 0.27 | 0 | 0.04 | 0.06 | 171.69 | 0.68 | 0.81 |
| Hex | AF | F0 | E7 | 1B | 0 | 4 | 6 | AC | 44 | 51 |
| Octal | 257 | 360 | 347 | 33 | 0 | 4 | 6 | 254 | 104 | 121 |
| Binary | 10101111 | 11110000 | 11100111 | 11011 | 0 | 100 | 110 | 10101100 | 1000100 | 1010001 |
Color Harmonies of #AFF0E7
Complementary color
Monochromatic Colors of #AFF0E7
Black with #AFF0E7
Text Example
Text Example
White with #AFF0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0E7; }
p { color: rgb(175,240,231); }
H1.HeaderClassName
{
color: #AFF0E7;
}
.AnyTagClassName
{
color: #AFF0E7;
}
</style>
background-color css
<style>
a { background-color: #AFF0E7; }
a { background-color: rgb(175,240,231); }
div.DivClassName
{
background-color: #AFF0E7;
}
.BgClassName
{
background-color: #AFF0E7;
}
</style>
border-color css
<style>
span { border-color: #AFF0E7; }
span { border-color: rgb(175,240,231); }
td.TdClassName
{
border-color: #AFF0E7;
}
.TagClassName
{
border-color: #AFF0E7;
}
</style>