Shades of Pale Turquoise #AFF4FB
Tints of Pale Turquoise #AFF4FB
RGB
CMYK
RGB Variations
Color information
#AFF4FB (or 0xAFF4FB) is known color: Pale Turquoise. HEX triplet: AF, F4 and FB. RGB value is (175,244,251). Sum of RGB (Red+Green+Blue) = 175+244+251=670 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.12% from 670); Green value is 244 (95.70% from 255 or 36.42% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFF4FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF4FB is #500B04. Grayscale: #E0E0E0. Windows color (decimal): -5245701 or 16512175. OLE color: 16512175.
HSL color Cylindrical-coordinate representation of color #AFF4FB: hue angle of 185.53º 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 #AFF4FB is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 244 | 251 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.02 |
| HSL | 185.53º | 0.9% | 0.84% | - |
| HSV(B) | 185.53º | 0.3% | 0.98% | - |
| XYZ | 67.44 | 80.78 | 103.3 | - |
| YUV | 224.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 251 | 0.30 | 0.03 | 0 | 0.02 | 185.53 | 0.9 | 0.84 |
| Hex | AF | F4 | FB | 1E | 3 | 0 | 2 | BA | 5A | 54 |
| Octal | 257 | 364 | 373 | 36 | 3 | 0 | 2 | 272 | 132 | 124 |
| Binary | 10101111 | 11110100 | 11111011 | 11110 | 11 | 0 | 10 | 10111010 | 1011010 | 1010100 |
Color Harmonies of #AFF4FB
Complementary color
Monochromatic Colors of #AFF4FB
Black with #AFF4FB
Text Example
Text Example
White with #AFF4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF4FB; }
p { color: rgb(175,244,251); }
H1.HeaderClassName
{
color: #AFF4FB;
}
.AnyTagClassName
{
color: #AFF4FB;
}
</style>
background-color css
<style>
a { background-color: #AFF4FB; }
a { background-color: rgb(175,244,251); }
div.DivClassName
{
background-color: #AFF4FB;
}
.BgClassName
{
background-color: #AFF4FB;
}
</style>
border-color css
<style>
span { border-color: #AFF4FB; }
span { border-color: rgb(175,244,251); }
td.TdClassName
{
border-color: #AFF4FB;
}
.TagClassName
{
border-color: #AFF4FB;
}
</style>