Shades of Pale Turquoise #AFF1E8
Tints of Pale Turquoise #AFF1E8
RGB
CMYK
RGB Variations
Color information
#AFF1E8 (or 0xAFF1E8) is known color: Pale Turquoise. HEX triplet: AF, F1 and E8. RGB value is (175,241,232). Sum of RGB (Red+Green+Blue) = 175+241+232=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1E8 is #500E17. Grayscale: #DCDCDC. Windows color (decimal): -5246488 or 15266223. OLE color: 15266223.
HSL color Cylindrical-coordinate representation of color #AFF1E8: hue angle of 171.82º 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 #AFF1E8 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 232 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.05 |
| HSL | 171.82º | 0.7% | 0.82% | - |
| HSV(B) | 171.82º | 0.27% | 0.95% | - |
| XYZ | 63.7 | 77.85 | 88.01 | - |
| YUV | 220.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 232 | 0.27 | 0 | 0.04 | 0.05 | 171.82 | 0.7 | 0.82 |
| Hex | AF | F1 | E8 | 1B | 0 | 4 | 5 | AC | 46 | 52 |
| Octal | 257 | 361 | 350 | 33 | 0 | 4 | 5 | 254 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11101000 | 11011 | 0 | 100 | 101 | 10101100 | 1000110 | 1010010 |
Color Harmonies of #AFF1E8
Complementary color
Monochromatic Colors of #AFF1E8
Black with #AFF1E8
Text Example
Text Example
White with #AFF1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1E8; }
p { color: rgb(175,241,232); }
H1.HeaderClassName
{
color: #AFF1E8;
}
.AnyTagClassName
{
color: #AFF1E8;
}
</style>
background-color css
<style>
a { background-color: #AFF1E8; }
a { background-color: rgb(175,241,232); }
div.DivClassName
{
background-color: #AFF1E8;
}
.BgClassName
{
background-color: #AFF1E8;
}
</style>
border-color css
<style>
span { border-color: #AFF1E8; }
span { border-color: rgb(175,241,232); }
td.TdClassName
{
border-color: #AFF1E8;
}
.TagClassName
{
border-color: #AFF1E8;
}
</style>