Shades of Pale Turquoise #AFF2FB
Tints of Pale Turquoise #AFF2FB
RGB
CMYK
RGB Variations
Color information
#AFF2FB (or 0xAFF2FB) is known color: Pale Turquoise. HEX triplet: AF, F2 and FB. RGB value is (175,242,251). Sum of RGB (Red+Green+Blue) = 175+242+251=668 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.20% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFF2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2FB is #500D04. Grayscale: #DEDEDE. Windows color (decimal): -5246213 or 16511663. OLE color: 16511663.
HSL color Cylindrical-coordinate representation of color #AFF2FB: hue angle of 187.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF2FB is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 242 | 251 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.02 |
| HSL | 187.11º | 0.9% | 0.84% | - |
| HSV(B) | 187.11º | 0.3% | 0.98% | - |
| XYZ | 66.84 | 79.58 | 103.1 | - |
| YUV | 222.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 251 | 0.30 | 0.04 | 0 | 0.02 | 187.11 | 0.9 | 0.84 |
| Hex | AF | F2 | FB | 1E | 4 | 0 | 2 | BB | 5A | 54 |
| Octal | 257 | 362 | 373 | 36 | 4 | 0 | 2 | 273 | 132 | 124 |
| Binary | 10101111 | 11110010 | 11111011 | 11110 | 100 | 0 | 10 | 10111011 | 1011010 | 1010100 |
Color Harmonies of #AFF2FB
Complementary color
Monochromatic Colors of #AFF2FB
Black with #AFF2FB
Text Example
Text Example
White with #AFF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF2FB; }
p { color: rgb(175,242,251); }
H1.HeaderClassName
{
color: #AFF2FB;
}
.AnyTagClassName
{
color: #AFF2FB;
}
</style>
background-color css
<style>
a { background-color: #AFF2FB; }
a { background-color: rgb(175,242,251); }
div.DivClassName
{
background-color: #AFF2FB;
}
.BgClassName
{
background-color: #AFF2FB;
}
</style>
border-color css
<style>
span { border-color: #AFF2FB; }
span { border-color: rgb(175,242,251); }
td.TdClassName
{
border-color: #AFF2FB;
}
.TagClassName
{
border-color: #AFF2FB;
}
</style>