Shades of Pale Turquoise #AFEBE5
Tints of Pale Turquoise #AFEBE5
RGB
CMYK
RGB Variations
Color information
#AFEBE5 (or 0xAFEBE5) is known color: Pale Turquoise. HEX triplet: AF, EB and E5. RGB value is (175,235,229). Sum of RGB (Red+Green+Blue) = 175+235+229=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBE5 is #50141A. Grayscale: #D8D8D8. Windows color (decimal): -5248027 or 15068079. OLE color: 15068079.
HSL color Cylindrical-coordinate representation of color #AFEBE5: hue angle of 174º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBE5 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 229 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.08 |
| HSL | 174º | 0.6% | 0.8% | - |
| HSV(B) | 174º | 0.26% | 0.92% | - |
| XYZ | 61.53 | 74.19 | 85.21 | - |
| YUV | 216.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 229 | 0.26 | 0 | 0.03 | 0.08 | 174 | 0.6 | 0.8 |
| Hex | AF | EB | E5 | 1A | 0 | 3 | 8 | AE | 3C | 50 |
| Octal | 257 | 353 | 345 | 32 | 0 | 3 | 10 | 256 | 74 | 120 |
| Binary | 10101111 | 11101011 | 11100101 | 11010 | 0 | 11 | 1000 | 10101110 | 111100 | 1010000 |
Color Harmonies of #AFEBE5
Complementary color
Monochromatic Colors of #AFEBE5
Black with #AFEBE5
Text Example
Text Example
White with #AFEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBE5; }
p { color: rgb(175,235,229); }
H1.HeaderClassName
{
color: #AFEBE5;
}
.AnyTagClassName
{
color: #AFEBE5;
}
</style>
background-color css
<style>
a { background-color: #AFEBE5; }
a { background-color: rgb(175,235,229); }
div.DivClassName
{
background-color: #AFEBE5;
}
.BgClassName
{
background-color: #AFEBE5;
}
</style>
border-color css
<style>
span { border-color: #AFEBE5; }
span { border-color: rgb(175,235,229); }
td.TdClassName
{
border-color: #AFEBE5;
}
.TagClassName
{
border-color: #AFEBE5;
}
</style>