Shades of Pale Turquoise #AFF1F1
Tints of Pale Turquoise #AFF1F1
RGB
CMYK
RGB Variations
Color information
#AFF1F1 (or 0xAFF1F1) is known color: Pale Turquoise. HEX triplet: AF, F1 and F1. RGB value is (175,241,241). Sum of RGB (Red+Green+Blue) = 175+241+241=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #AFF1F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1F1 is #500E0E. Grayscale: #DDDDDD. Windows color (decimal): -5246479 or 15856047. OLE color: 15856047.
HSL color Cylindrical-coordinate representation of color #AFF1F1: hue angle of 180º 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 #AFF1F1 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 241 | - |
| CMYK | 0.27 | 0 | 0 | 0.05 |
| HSL | 180º | 0.7% | 0.82% | - |
| HSV(B) | 180º | 0.27% | 0.95% | - |
| XYZ | 65.01 | 78.38 | 94.92 | - |
| YUV | 221.27 | 139.13 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 241 | 0.27 | 0 | 0 | 0.05 | 180 | 0.7 | 0.82 |
| Hex | AF | F1 | F1 | 1B | 0 | 0 | 5 | B4 | 46 | 52 |
| Octal | 257 | 361 | 361 | 33 | 0 | 0 | 5 | 264 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11110001 | 11011 | 0 | 0 | 101 | 10110100 | 1000110 | 1010010 |
Color Harmonies of #AFF1F1
Complementary color
Monochromatic Colors of #AFF1F1
Black with #AFF1F1
Text Example
Text Example
White with #AFF1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1F1; }
p { color: rgb(175,241,241); }
H1.HeaderClassName
{
color: #AFF1F1;
}
.AnyTagClassName
{
color: #AFF1F1;
}
</style>
background-color css
<style>
a { background-color: #AFF1F1; }
a { background-color: rgb(175,241,241); }
div.DivClassName
{
background-color: #AFF1F1;
}
.BgClassName
{
background-color: #AFF1F1;
}
</style>
border-color css
<style>
span { border-color: #AFF1F1; }
span { border-color: rgb(175,241,241); }
td.TdClassName
{
border-color: #AFF1F1;
}
.TagClassName
{
border-color: #AFF1F1;
}
</style>