Shades of Pale Turquoise #AFECE5
Tints of Pale Turquoise #AFECE5
RGB
CMYK
RGB Variations
Color information
#AFECE5 (or 0xAFECE5) is known color: Pale Turquoise. HEX triplet: AF, EC and E5. RGB value is (175,236,229). Sum of RGB (Red+Green+Blue) = 175+236+229=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECE5 is #50131A. Grayscale: #D8D8D8. Windows color (decimal): -5247771 or 15068335. OLE color: 15068335.
HSL color Cylindrical-coordinate representation of color #AFECE5: hue angle of 173.11º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECE5 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 229 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.07 |
| HSL | 173.11º | 0.62% | 0.81% | - |
| HSV(B) | 173.11º | 0.26% | 0.93% | - |
| XYZ | 61.82 | 74.76 | 85.3 | - |
| YUV | 216.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 229 | 0.26 | 0 | 0.03 | 0.07 | 173.11 | 0.62 | 0.81 |
| Hex | AF | EC | E5 | 1A | 0 | 3 | 7 | AD | 3E | 51 |
| Octal | 257 | 354 | 345 | 32 | 0 | 3 | 7 | 255 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11100101 | 11010 | 0 | 11 | 111 | 10101101 | 111110 | 1010001 |
Color Harmonies of #AFECE5
Complementary color
Monochromatic Colors of #AFECE5
Black with #AFECE5
Text Example
Text Example
White with #AFECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECE5; }
p { color: rgb(175,236,229); }
H1.HeaderClassName
{
color: #AFECE5;
}
.AnyTagClassName
{
color: #AFECE5;
}
</style>
background-color css
<style>
a { background-color: #AFECE5; }
a { background-color: rgb(175,236,229); }
div.DivClassName
{
background-color: #AFECE5;
}
.BgClassName
{
background-color: #AFECE5;
}
</style>
border-color css
<style>
span { border-color: #AFECE5; }
span { border-color: rgb(175,236,229); }
td.TdClassName
{
border-color: #AFECE5;
}
.TagClassName
{
border-color: #AFECE5;
}
</style>