Shades of Pale Turquoise #AFE7E2
Tints of Pale Turquoise #AFE7E2
RGB
CMYK
RGB Variations
Color information
#AFE7E2 (or 0xAFE7E2) is known color: Pale Turquoise. HEX triplet: AF, E7 and E2. RGB value is (175,231,226). Sum of RGB (Red+Green+Blue) = 175+231+226=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7E2 is #50181D. Grayscale: #D5D5D5. Windows color (decimal): -5249054 or 14870447. OLE color: 14870447.
HSL color Cylindrical-coordinate representation of color #AFE7E2: hue angle of 174.64º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE7E2 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 226 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.09 |
| HSL | 174.64º | 0.54% | 0.8% | - |
| HSV(B) | 174.64º | 0.24% | 0.91% | - |
| XYZ | 59.98 | 71.76 | 82.64 | - |
| YUV | 213.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 226 | 0.24 | 0 | 0.02 | 0.09 | 174.64 | 0.54 | 0.8 |
| Hex | AF | E7 | E2 | 18 | 0 | 2 | 9 | AF | 36 | 50 |
| Octal | 257 | 347 | 342 | 30 | 0 | 2 | 11 | 257 | 66 | 120 |
| Binary | 10101111 | 11100111 | 11100010 | 11000 | 0 | 10 | 1001 | 10101111 | 110110 | 1010000 |
Color Harmonies of #AFE7E2
Complementary color
Monochromatic Colors of #AFE7E2
Black with #AFE7E2
Text Example
Text Example
White with #AFE7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE7E2; }
p { color: rgb(175,231,226); }
H1.HeaderClassName
{
color: #AFE7E2;
}
.AnyTagClassName
{
color: #AFE7E2;
}
</style>
background-color css
<style>
a { background-color: #AFE7E2; }
a { background-color: rgb(175,231,226); }
div.DivClassName
{
background-color: #AFE7E2;
}
.BgClassName
{
background-color: #AFE7E2;
}
</style>
border-color css
<style>
span { border-color: #AFE7E2; }
span { border-color: rgb(175,231,226); }
td.TdClassName
{
border-color: #AFE7E2;
}
.TagClassName
{
border-color: #AFE7E2;
}
</style>