Shades of Pale Turquoise #AFF5EC
Tints of Pale Turquoise #AFF5EC
RGB
CMYK
RGB Variations
Color information
#AFF5EC (or 0xAFF5EC) is known color: Pale Turquoise. HEX triplet: AF, F5 and EC. RGB value is (175,245,236). Sum of RGB (Red+Green+Blue) = 175+245+236=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5EC is #500A13. Grayscale: #DFDFDF. Windows color (decimal): -5245460 or 15529391. OLE color: 15529391.
HSL color Cylindrical-coordinate representation of color #AFF5EC: hue angle of 172.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5EC is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 236 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.04 |
| HSL | 172.29º | 0.78% | 0.82% | - |
| HSV(B) | 172.29º | 0.29% | 0.96% | - |
| XYZ | 65.47 | 80.47 | 91.44 | - |
| YUV | 223.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 236 | 0.29 | 0 | 0.04 | 0.04 | 172.29 | 0.78 | 0.82 |
| Hex | AF | F5 | EC | 1D | 0 | 4 | 4 | AC | 4E | 52 |
| Octal | 257 | 365 | 354 | 35 | 0 | 4 | 4 | 254 | 116 | 122 |
| Binary | 10101111 | 11110101 | 11101100 | 11101 | 0 | 100 | 100 | 10101100 | 1001110 | 1010010 |
Color Harmonies of #AFF5EC
Complementary color
Monochromatic Colors of #AFF5EC
Black with #AFF5EC
Text Example
Text Example
White with #AFF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF5EC; }
p { color: rgb(175,245,236); }
H1.HeaderClassName
{
color: #AFF5EC;
}
.AnyTagClassName
{
color: #AFF5EC;
}
</style>
background-color css
<style>
a { background-color: #AFF5EC; }
a { background-color: rgb(175,245,236); }
div.DivClassName
{
background-color: #AFF5EC;
}
.BgClassName
{
background-color: #AFF5EC;
}
</style>
border-color css
<style>
span { border-color: #AFF5EC; }
span { border-color: rgb(175,245,236); }
td.TdClassName
{
border-color: #AFF5EC;
}
.TagClassName
{
border-color: #AFF5EC;
}
</style>