Shades of Pale Turquoise #AFF1F6
Tints of Pale Turquoise #AFF1F6
RGB
CMYK
RGB Variations
Color information
#AFF1F6 (or 0xAFF1F6) is known color: Pale Turquoise. HEX triplet: AF, F1 and F6. RGB value is (175,241,246). Sum of RGB (Red+Green+Blue) = 175+241+246=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFF1F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1F6 is #500E09. Grayscale: #DDDDDD. Windows color (decimal): -5246474 or 16183727. OLE color: 16183727.
HSL color Cylindrical-coordinate representation of color #AFF1F6: hue angle of 184.23º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF1F6 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 241 | 246 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.04 |
| HSL | 184.23º | 0.8% | 0.83% | - |
| HSV(B) | 184.23º | 0.29% | 0.96% | - |
| XYZ | 65.77 | 78.68 | 98.91 | - |
| YUV | 221.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 246 | 0.29 | 0.02 | 0 | 0.04 | 184.23 | 0.8 | 0.83 |
| Hex | AF | F1 | F6 | 1D | 2 | 0 | 4 | B8 | 50 | 53 |
| Octal | 257 | 361 | 366 | 35 | 2 | 0 | 4 | 270 | 120 | 123 |
| Binary | 10101111 | 11110001 | 11110110 | 11101 | 10 | 0 | 100 | 10111000 | 1010000 | 1010011 |
Color Harmonies of #AFF1F6
Complementary color
Monochromatic Colors of #AFF1F6
Black with #AFF1F6
Text Example
Text Example
White with #AFF1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1F6; }
p { color: rgb(175,241,246); }
H1.HeaderClassName
{
color: #AFF1F6;
}
.AnyTagClassName
{
color: #AFF1F6;
}
</style>
background-color css
<style>
a { background-color: #AFF1F6; }
a { background-color: rgb(175,241,246); }
div.DivClassName
{
background-color: #AFF1F6;
}
.BgClassName
{
background-color: #AFF1F6;
}
</style>
border-color css
<style>
span { border-color: #AFF1F6; }
span { border-color: rgb(175,241,246); }
td.TdClassName
{
border-color: #AFF1F6;
}
.TagClassName
{
border-color: #AFF1F6;
}
</style>