Shades of Pale Turquoise #AFE9F2
Tints of Pale Turquoise #AFE9F2
RGB
CMYK
RGB Variations
Color information
#AFE9F2 (or 0xAFE9F2) is known color: Pale Turquoise. HEX triplet: AF, E9 and F2. RGB value is (175,233,242). Sum of RGB (Red+Green+Blue) = 175+233+242=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFE9F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9F2 is #50160D. Grayscale: #D8D8D8. Windows color (decimal): -5248526 or 15919535. OLE color: 15919535.
HSL color Cylindrical-coordinate representation of color #AFE9F2: hue angle of 188.06º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFE9F2 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 233 | 242 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.05 |
| HSL | 188.06º | 0.72% | 0.82% | - |
| HSV(B) | 188.06º | 0.28% | 0.95% | - |
| XYZ | 62.85 | 73.8 | 94.94 | - |
| YUV | 216.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 242 | 0.28 | 0.04 | 0 | 0.05 | 188.06 | 0.72 | 0.82 |
| Hex | AF | E9 | F2 | 1C | 4 | 0 | 5 | BC | 48 | 52 |
| Octal | 257 | 351 | 362 | 34 | 4 | 0 | 5 | 274 | 110 | 122 |
| Binary | 10101111 | 11101001 | 11110010 | 11100 | 100 | 0 | 101 | 10111100 | 1001000 | 1010010 |
Color Harmonies of #AFE9F2
Complementary color
Monochromatic Colors of #AFE9F2
Black with #AFE9F2
Text Example
Text Example
White with #AFE9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE9F2; }
p { color: rgb(175,233,242); }
H1.HeaderClassName
{
color: #AFE9F2;
}
.AnyTagClassName
{
color: #AFE9F2;
}
</style>
background-color css
<style>
a { background-color: #AFE9F2; }
a { background-color: rgb(175,233,242); }
div.DivClassName
{
background-color: #AFE9F2;
}
.BgClassName
{
background-color: #AFE9F2;
}
</style>
border-color css
<style>
span { border-color: #AFE9F2; }
span { border-color: rgb(175,233,242); }
td.TdClassName
{
border-color: #AFE9F2;
}
.TagClassName
{
border-color: #AFE9F2;
}
</style>