Shades of Pale Turquoise #AFF1EF
Tints of Pale Turquoise #AFF1EF
RGB
CMYK
RGB Variations
Color information
#AFF1EF (or 0xAFF1EF) is known color: Pale Turquoise. HEX triplet: AF, F1 and EF. RGB value is (175,241,239). Sum of RGB (Red+Green+Blue) = 175+241+239=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1EF is #500E10. Grayscale: #DCDCDC. Windows color (decimal): -5246481 or 15724975. OLE color: 15724975.
HSL color Cylindrical-coordinate representation of color #AFF1EF: hue angle of 178.18º 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 #AFF1EF is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 239 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.05 |
| HSL | 178.18º | 0.7% | 0.82% | - |
| HSV(B) | 178.18º | 0.27% | 0.95% | - |
| XYZ | 64.71 | 78.26 | 93.36 | - |
| YUV | 221.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 239 | 0.27 | 0 | 0.01 | 0.05 | 178.18 | 0.7 | 0.82 |
| Hex | AF | F1 | EF | 1B | 0 | 1 | 5 | B2 | 46 | 52 |
| Octal | 257 | 361 | 357 | 33 | 0 | 1 | 5 | 262 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11101111 | 11011 | 0 | 1 | 101 | 10110010 | 1000110 | 1010010 |
Color Harmonies of #AFF1EF
Complementary color
Monochromatic Colors of #AFF1EF
Black with #AFF1EF
Text Example
Text Example
White with #AFF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1EF; }
p { color: rgb(175,241,239); }
H1.HeaderClassName
{
color: #AFF1EF;
}
.AnyTagClassName
{
color: #AFF1EF;
}
</style>
background-color css
<style>
a { background-color: #AFF1EF; }
a { background-color: rgb(175,241,239); }
div.DivClassName
{
background-color: #AFF1EF;
}
.BgClassName
{
background-color: #AFF1EF;
}
</style>
border-color css
<style>
span { border-color: #AFF1EF; }
span { border-color: rgb(175,241,239); }
td.TdClassName
{
border-color: #AFF1EF;
}
.TagClassName
{
border-color: #AFF1EF;
}
</style>