Shades of Pale Turquoise #AFF1F2
Tints of Pale Turquoise #AFF1F2
RGB
CMYK
RGB Variations
Color information
#AFF1F2 (or 0xAFF1F2) is known color: Pale Turquoise. HEX triplet: AF, F1 and F2. RGB value is (175,241,242). Sum of RGB (Red+Green+Blue) = 175+241+242=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFF1F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1F2 is #500E0D. Grayscale: #DDDDDD. Windows color (decimal): -5246478 or 15921583. OLE color: 15921583.
HSL color Cylindrical-coordinate representation of color #AFF1F2: hue angle of 180.9º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF1F2 is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 242 | - |
| CMYK | 0.28 | 0.00 | 0 | 0.05 |
| HSL | 180.9º | 0.72% | 0.82% | - |
| HSV(B) | 180.9º | 0.28% | 0.95% | - |
| XYZ | 65.16 | 78.44 | 95.71 | - |
| YUV | 221.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 242 | 0.28 | 0.00 | 0 | 0.05 | 180.9 | 0.72 | 0.82 |
| Hex | AF | F1 | F2 | 1C | 0 | 0 | 5 | B5 | 48 | 52 |
| Octal | 257 | 361 | 362 | 34 | 0 | 0 | 5 | 265 | 110 | 122 |
| Binary | 10101111 | 11110001 | 11110010 | 11100 | 0 | 0 | 101 | 10110101 | 1001000 | 1010010 |
Color Harmonies of #AFF1F2
Complementary color
Monochromatic Colors of #AFF1F2
Black with #AFF1F2
Text Example
Text Example
White with #AFF1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1F2; }
p { color: rgb(175,241,242); }
H1.HeaderClassName
{
color: #AFF1F2;
}
.AnyTagClassName
{
color: #AFF1F2;
}
</style>
background-color css
<style>
a { background-color: #AFF1F2; }
a { background-color: rgb(175,241,242); }
div.DivClassName
{
background-color: #AFF1F2;
}
.BgClassName
{
background-color: #AFF1F2;
}
</style>
border-color css
<style>
span { border-color: #AFF1F2; }
span { border-color: rgb(175,241,242); }
td.TdClassName
{
border-color: #AFF1F2;
}
.TagClassName
{
border-color: #AFF1F2;
}
</style>