Shades of Pale Turquoise #AFF0FB
Tints of Pale Turquoise #AFF0FB
RGB
CMYK
RGB Variations
Color information
#AFF0FB (or 0xAFF0FB) is known color: Pale Turquoise. HEX triplet: AF, F0 and FB. RGB value is (175,240,251). Sum of RGB (Red+Green+Blue) = 175+240+251=666 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.28% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFF0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0FB is #500F04. Grayscale: #DDDDDD. Windows color (decimal): -5246725 or 16511151. OLE color: 16511151.
HSL color Cylindrical-coordinate representation of color #AFF0FB: hue angle of 188.68º 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 #AFF0FB is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 240 | 251 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.02 |
| HSL | 188.68º | 0.9% | 0.84% | - |
| HSV(B) | 188.68º | 0.3% | 0.98% | - |
| XYZ | 66.25 | 78.4 | 102.91 | - |
| YUV | 221.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 251 | 0.30 | 0.04 | 0 | 0.02 | 188.68 | 0.9 | 0.84 |
| Hex | AF | F0 | FB | 1E | 4 | 0 | 2 | BD | 5A | 54 |
| Octal | 257 | 360 | 373 | 36 | 4 | 0 | 2 | 275 | 132 | 124 |
| Binary | 10101111 | 11110000 | 11111011 | 11110 | 100 | 0 | 10 | 10111101 | 1011010 | 1010100 |
Color Harmonies of #AFF0FB
Complementary color
Monochromatic Colors of #AFF0FB
Black with #AFF0FB
Text Example
Text Example
White with #AFF0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0FB; }
p { color: rgb(175,240,251); }
H1.HeaderClassName
{
color: #AFF0FB;
}
.AnyTagClassName
{
color: #AFF0FB;
}
</style>
background-color css
<style>
a { background-color: #AFF0FB; }
a { background-color: rgb(175,240,251); }
div.DivClassName
{
background-color: #AFF0FB;
}
.BgClassName
{
background-color: #AFF0FB;
}
</style>
border-color css
<style>
span { border-color: #AFF0FB; }
span { border-color: rgb(175,240,251); }
td.TdClassName
{
border-color: #AFF0FB;
}
.TagClassName
{
border-color: #AFF0FB;
}
</style>