Shades of Pale Turquoise #AFF1F0
Tints of Pale Turquoise #AFF1F0
RGB
CMYK
RGB Variations
Color information
#AFF1F0 (or 0xAFF1F0) is known color: Pale Turquoise. HEX triplet: AF, F1 and F0. RGB value is (175,241,240). Sum of RGB (Red+Green+Blue) = 175+241+240=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1F0 is #500E0F. Grayscale: #DDDDDD. Windows color (decimal): -5246480 or 15790511. OLE color: 15790511.
HSL color Cylindrical-coordinate representation of color #AFF1F0: hue angle of 179.09º 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 #AFF1F0 is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 240 | - |
| CMYK | 0.27 | 0 | 0.00 | 0.05 |
| HSL | 179.09º | 0.7% | 0.82% | - |
| HSV(B) | 179.09º | 0.27% | 0.95% | - |
| XYZ | 64.86 | 78.32 | 94.14 | - |
| YUV | 221.15 | 138.63 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 240 | 0.27 | 0 | 0.00 | 0.05 | 179.09 | 0.7 | 0.82 |
| Hex | AF | F1 | F0 | 1B | 0 | 0 | 5 | B3 | 46 | 52 |
| Octal | 257 | 361 | 360 | 33 | 0 | 0 | 5 | 263 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11110000 | 11011 | 0 | 0 | 101 | 10110011 | 1000110 | 1010010 |
Color Harmonies of #AFF1F0
Complementary color
Monochromatic Colors of #AFF1F0
Black with #AFF1F0
Text Example
Text Example
White with #AFF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1F0; }
p { color: rgb(175,241,240); }
H1.HeaderClassName
{
color: #AFF1F0;
}
.AnyTagClassName
{
color: #AFF1F0;
}
</style>
background-color css
<style>
a { background-color: #AFF1F0; }
a { background-color: rgb(175,241,240); }
div.DivClassName
{
background-color: #AFF1F0;
}
.BgClassName
{
background-color: #AFF1F0;
}
</style>
border-color css
<style>
span { border-color: #AFF1F0; }
span { border-color: rgb(175,241,240); }
td.TdClassName
{
border-color: #AFF1F0;
}
.TagClassName
{
border-color: #AFF1F0;
}
</style>