Shades of Pale Turquoise #AFF1F4
Tints of Pale Turquoise #AFF1F4
RGB
CMYK
RGB Variations
Color information
#AFF1F4 (or 0xAFF1F4) is known color: Pale Turquoise. HEX triplet: AF, F1 and F4. RGB value is (175,241,244). Sum of RGB (Red+Green+Blue) = 175+241+244=660 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.52% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFF1F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1F4 is #500E0B. Grayscale: #DDDDDD. Windows color (decimal): -5246476 or 16052655. OLE color: 16052655.
HSL color Cylindrical-coordinate representation of color #AFF1F4: hue angle of 182.61º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF1F4 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 241 | 244 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.04 |
| HSL | 182.61º | 0.76% | 0.82% | - |
| HSV(B) | 182.61º | 0.28% | 0.96% | - |
| XYZ | 65.46 | 78.56 | 97.3 | - |
| YUV | 221.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 244 | 0.28 | 0.01 | 0 | 0.04 | 182.61 | 0.76 | 0.82 |
| Hex | AF | F1 | F4 | 1C | 1 | 0 | 4 | B7 | 4C | 52 |
| Octal | 257 | 361 | 364 | 34 | 1 | 0 | 4 | 267 | 114 | 122 |
| Binary | 10101111 | 11110001 | 11110100 | 11100 | 1 | 0 | 100 | 10110111 | 1001100 | 1010010 |
Color Harmonies of #AFF1F4
Complementary color
Monochromatic Colors of #AFF1F4
Black with #AFF1F4
Text Example
Text Example
White with #AFF1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1F4; }
p { color: rgb(175,241,244); }
H1.HeaderClassName
{
color: #AFF1F4;
}
.AnyTagClassName
{
color: #AFF1F4;
}
</style>
background-color css
<style>
a { background-color: #AFF1F4; }
a { background-color: rgb(175,241,244); }
div.DivClassName
{
background-color: #AFF1F4;
}
.BgClassName
{
background-color: #AFF1F4;
}
</style>
border-color css
<style>
span { border-color: #AFF1F4; }
span { border-color: rgb(175,241,244); }
td.TdClassName
{
border-color: #AFF1F4;
}
.TagClassName
{
border-color: #AFF1F4;
}
</style>