Shades of Pale Turquoise #AFFBFA
Tints of Pale Turquoise #AFFBFA
RGB
CMYK
RGB Variations
Color information
#AFFBFA (or 0xAFFBFA) is known color: Pale Turquoise. HEX triplet: AF, FB and FA. RGB value is (175,251,250). Sum of RGB (Red+Green+Blue) = 175+251+250=676 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.89% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBFA is #500405. Grayscale: #E4E4E4. Windows color (decimal): -5243910 or 16448431. OLE color: 16448431.
HSL color Cylindrical-coordinate representation of color #AFFBFA: hue angle of 179.21º 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 #AFFBFA is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 251 | 250 | - |
| CMYK | 0.30 | 0 | 0.00 | 0.02 |
| HSL | 179.21º | 0.9% | 0.84% | - |
| HSV(B) | 179.21º | 0.3% | 0.98% | - |
| XYZ | 69.43 | 85.01 | 103.19 | - |
| YUV | 228.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 251 | 250 | 0.30 | 0 | 0.00 | 0.02 | 179.21 | 0.9 | 0.84 |
| Hex | AF | FB | FA | 1E | 0 | 0 | 2 | B3 | 5A | 54 |
| Octal | 257 | 373 | 372 | 36 | 0 | 0 | 2 | 263 | 132 | 124 |
| Binary | 10101111 | 11111011 | 11111010 | 11110 | 0 | 0 | 10 | 10110011 | 1011010 | 1010100 |
Color Harmonies of #AFFBFA
Complementary color
Monochromatic Colors of #AFFBFA
Black with #AFFBFA
Text Example
Text Example
White with #AFFBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFBFA; }
p { color: rgb(175,251,250); }
H1.HeaderClassName
{
color: #AFFBFA;
}
.AnyTagClassName
{
color: #AFFBFA;
}
</style>
background-color css
<style>
a { background-color: #AFFBFA; }
a { background-color: rgb(175,251,250); }
div.DivClassName
{
background-color: #AFFBFA;
}
.BgClassName
{
background-color: #AFFBFA;
}
</style>
border-color css
<style>
span { border-color: #AFFBFA; }
span { border-color: rgb(175,251,250); }
td.TdClassName
{
border-color: #AFFBFA;
}
.TagClassName
{
border-color: #AFFBFA;
}
</style>