Shades of Pale Turquoise #AFEDEC
Tints of Pale Turquoise #AFEDEC
RGB
CMYK
RGB Variations
Color information
#AFEDEC (or 0xAFEDEC) is known color: Pale Turquoise. HEX triplet: AF, ED and EC. RGB value is (175,237,236). Sum of RGB (Red+Green+Blue) = 175+237+236=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDEC is #501213. Grayscale: #DADADA. Windows color (decimal): -5247508 or 15527343. OLE color: 15527343.
HSL color Cylindrical-coordinate representation of color #AFEDEC: hue angle of 179.03º degrees, saturation: 0.63, 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 #AFEDEC is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 236 | - |
| CMYK | 0.26 | 0 | 0.00 | 0.07 |
| HSL | 179.03º | 0.63% | 0.81% | - |
| HSV(B) | 179.03º | 0.26% | 0.93% | - |
| XYZ | 63.1 | 75.74 | 90.65 | - |
| YUV | 218.35 | 137.96 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 236 | 0.26 | 0 | 0.00 | 0.07 | 179.03 | 0.63 | 0.81 |
| Hex | AF | ED | EC | 1A | 0 | 0 | 7 | B3 | 3F | 51 |
| Octal | 257 | 355 | 354 | 32 | 0 | 0 | 7 | 263 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11101100 | 11010 | 0 | 0 | 111 | 10110011 | 111111 | 1010001 |
Color Harmonies of #AFEDEC
Complementary color
Monochromatic Colors of #AFEDEC
Black with #AFEDEC
Text Example
Text Example
White with #AFEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDEC; }
p { color: rgb(175,237,236); }
H1.HeaderClassName
{
color: #AFEDEC;
}
.AnyTagClassName
{
color: #AFEDEC;
}
</style>
background-color css
<style>
a { background-color: #AFEDEC; }
a { background-color: rgb(175,237,236); }
div.DivClassName
{
background-color: #AFEDEC;
}
.BgClassName
{
background-color: #AFEDEC;
}
</style>
border-color css
<style>
span { border-color: #AFEDEC; }
span { border-color: rgb(175,237,236); }
td.TdClassName
{
border-color: #AFEDEC;
}
.TagClassName
{
border-color: #AFEDEC;
}
</style>