Shades of Pale Turquoise #AFF1EC
Tints of Pale Turquoise #AFF1EC
RGB
CMYK
RGB Variations
Color information
#AFF1EC (or 0xAFF1EC) is known color: Pale Turquoise. HEX triplet: AF, F1 and EC. RGB value is (175,241,236). Sum of RGB (Red+Green+Blue) = 175+241+236=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1EC is #500E13. Grayscale: #DCDCDC. Windows color (decimal): -5246484 or 15528367. OLE color: 15528367.
HSL color Cylindrical-coordinate representation of color #AFF1EC: hue angle of 175.45º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1EC is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 236 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.05 |
| HSL | 175.45º | 0.7% | 0.82% | - |
| HSV(B) | 175.45º | 0.27% | 0.95% | - |
| XYZ | 64.27 | 78.08 | 91.04 | - |
| YUV | 220.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 236 | 0.27 | 0 | 0.02 | 0.05 | 175.45 | 0.7 | 0.82 |
| Hex | AF | F1 | EC | 1B | 0 | 2 | 5 | AF | 46 | 52 |
| Octal | 257 | 361 | 354 | 33 | 0 | 2 | 5 | 257 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11101100 | 11011 | 0 | 10 | 101 | 10101111 | 1000110 | 1010010 |
Color Harmonies of #AFF1EC
Complementary color
Monochromatic Colors of #AFF1EC
Black with #AFF1EC
Text Example
Text Example
White with #AFF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1EC; }
p { color: rgb(175,241,236); }
H1.HeaderClassName
{
color: #AFF1EC;
}
.AnyTagClassName
{
color: #AFF1EC;
}
</style>
background-color css
<style>
a { background-color: #AFF1EC; }
a { background-color: rgb(175,241,236); }
div.DivClassName
{
background-color: #AFF1EC;
}
.BgClassName
{
background-color: #AFF1EC;
}
</style>
border-color css
<style>
span { border-color: #AFF1EC; }
span { border-color: rgb(175,241,236); }
td.TdClassName
{
border-color: #AFF1EC;
}
.TagClassName
{
border-color: #AFF1EC;
}
</style>