Shades of Pale Turquoise #AFFAF8
Tints of Pale Turquoise #AFFAF8
RGB
CMYK
RGB Variations
Color information
#AFFAF8 (or 0xAFFAF8) is known color: Pale Turquoise. HEX triplet: AF, FA and F8. RGB value is (175,250,248). Sum of RGB (Red+Green+Blue) = 175+250+248=673 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.00% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFAF8 is #500507. Grayscale: #E3E3E3. Windows color (decimal): -5244168 or 16317103. OLE color: 16317103.
HSL color Cylindrical-coordinate representation of color #AFFAF8: hue angle of 178.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAF8 is Cyan = 0.3, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 248 | - |
| CMYK | 0.3 | 0 | 0.01 | 0.02 |
| HSL | 178.4º | 0.88% | 0.83% | - |
| HSV(B) | 178.4º | 0.3% | 0.98% | - |
| XYZ | 68.81 | 84.26 | 101.44 | - |
| YUV | 227.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 248 | 0.3 | 0 | 0.01 | 0.02 | 178.4 | 0.88 | 0.83 |
| Hex | AF | FA | F8 | 1E | 0 | 1 | 2 | B2 | 58 | 53 |
| Octal | 257 | 372 | 370 | 36 | 0 | 1 | 2 | 262 | 130 | 123 |
| Binary | 10101111 | 11111010 | 11111000 | 11110 | 0 | 1 | 10 | 10110010 | 1011000 | 1010011 |
Color Harmonies of #AFFAF8
Complementary color
Monochromatic Colors of #AFFAF8
Black with #AFFAF8
Text Example
Text Example
White with #AFFAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFAF8; }
p { color: rgb(175,250,248); }
H1.HeaderClassName
{
color: #AFFAF8;
}
.AnyTagClassName
{
color: #AFFAF8;
}
</style>
background-color css
<style>
a { background-color: #AFFAF8; }
a { background-color: rgb(175,250,248); }
div.DivClassName
{
background-color: #AFFAF8;
}
.BgClassName
{
background-color: #AFFAF8;
}
</style>
border-color css
<style>
span { border-color: #AFFAF8; }
span { border-color: rgb(175,250,248); }
td.TdClassName
{
border-color: #AFFAF8;
}
.TagClassName
{
border-color: #AFFAF8;
}
</style>