Shades of Pale Turquoise #AFECEB
Tints of Pale Turquoise #AFECEB
RGB
CMYK
RGB Variations
Color information
#AFECEB (or 0xAFECEB) is known color: Pale Turquoise. HEX triplet: AF, EC and EB. RGB value is (175,236,235). Sum of RGB (Red+Green+Blue) = 175+236+235=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECEB is #501314. Grayscale: #D9D9D9. Windows color (decimal): -5247765 or 15461551. OLE color: 15461551.
HSL color Cylindrical-coordinate representation of color #AFECEB: hue angle of 179.02º 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 #AFECEB is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 235 | - |
| CMYK | 0.26 | 0 | 0.00 | 0.07 |
| HSL | 179.02º | 0.62% | 0.81% | - |
| HSV(B) | 179.02º | 0.26% | 0.93% | - |
| XYZ | 62.67 | 75.1 | 89.79 | - |
| YUV | 217.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 235 | 0.26 | 0 | 0.00 | 0.07 | 179.02 | 0.62 | 0.81 |
| Hex | AF | EC | EB | 1A | 0 | 0 | 7 | B3 | 3E | 51 |
| Octal | 257 | 354 | 353 | 32 | 0 | 0 | 7 | 263 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11101011 | 11010 | 0 | 0 | 111 | 10110011 | 111110 | 1010001 |
Color Harmonies of #AFECEB
Complementary color
Monochromatic Colors of #AFECEB
Black with #AFECEB
Text Example
Text Example
White with #AFECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECEB; }
p { color: rgb(175,236,235); }
H1.HeaderClassName
{
color: #AFECEB;
}
.AnyTagClassName
{
color: #AFECEB;
}
</style>
background-color css
<style>
a { background-color: #AFECEB; }
a { background-color: rgb(175,236,235); }
div.DivClassName
{
background-color: #AFECEB;
}
.BgClassName
{
background-color: #AFECEB;
}
</style>
border-color css
<style>
span { border-color: #AFECEB; }
span { border-color: rgb(175,236,235); }
td.TdClassName
{
border-color: #AFECEB;
}
.TagClassName
{
border-color: #AFECEB;
}
</style>