Shades of Pale Turquoise #AFFAF2
Tints of Pale Turquoise #AFFAF2
RGB
CMYK
RGB Variations
Color information
#AFFAF2 (or 0xAFFAF2) is known color: Pale Turquoise. HEX triplet: AF, FA and F2. RGB value is (175,250,242). Sum of RGB (Red+Green+Blue) = 175+250+242=667 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.24% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFAF2 is #50050D. Grayscale: #E2E2E2. Windows color (decimal): -5244174 or 15923887. OLE color: 15923887.
HSL color Cylindrical-coordinate representation of color #AFFAF2: hue angle of 173.6º 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 #AFFAF2 is Cyan = 0.3, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 242 | - |
| CMYK | 0.3 | 0 | 0.03 | 0.02 |
| HSL | 173.6º | 0.88% | 0.83% | - |
| HSV(B) | 173.6º | 0.3% | 0.98% | - |
| XYZ | 67.89 | 83.9 | 96.62 | - |
| YUV | 226.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 242 | 0.3 | 0 | 0.03 | 0.02 | 173.6 | 0.88 | 0.83 |
| Hex | AF | FA | F2 | 1E | 0 | 3 | 2 | AE | 58 | 53 |
| Octal | 257 | 372 | 362 | 36 | 0 | 3 | 2 | 256 | 130 | 123 |
| Binary | 10101111 | 11111010 | 11110010 | 11110 | 0 | 11 | 10 | 10101110 | 1011000 | 1010011 |
Color Harmonies of #AFFAF2
Complementary color
Monochromatic Colors of #AFFAF2
Black with #AFFAF2
Text Example
Text Example
White with #AFFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFAF2; }
p { color: rgb(175,250,242); }
H1.HeaderClassName
{
color: #AFFAF2;
}
.AnyTagClassName
{
color: #AFFAF2;
}
</style>
background-color css
<style>
a { background-color: #AFFAF2; }
a { background-color: rgb(175,250,242); }
div.DivClassName
{
background-color: #AFFAF2;
}
.BgClassName
{
background-color: #AFFAF2;
}
</style>
border-color css
<style>
span { border-color: #AFFAF2; }
span { border-color: rgb(175,250,242); }
td.TdClassName
{
border-color: #AFFAF2;
}
.TagClassName
{
border-color: #AFFAF2;
}
</style>