Shades of Pale Turquoise #AFECF2
Tints of Pale Turquoise #AFECF2
RGB
CMYK
RGB Variations
Color information
#AFECF2 (or 0xAFECF2) is known color: Pale Turquoise. HEX triplet: AF, EC and F2. RGB value is (175,236,242). Sum of RGB (Red+Green+Blue) = 175+236+242=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFECF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECF2 is #50130D. Grayscale: #DADADA. Windows color (decimal): -5247758 or 15920303. OLE color: 15920303.
HSL color Cylindrical-coordinate representation of color #AFECF2: hue angle of 185.37º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFECF2 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 236 | 242 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.05 |
| HSL | 185.37º | 0.72% | 0.82% | - |
| HSV(B) | 185.37º | 0.28% | 0.95% | - |
| XYZ | 63.7 | 75.52 | 95.22 | - |
| YUV | 218.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 242 | 0.28 | 0.02 | 0 | 0.05 | 185.37 | 0.72 | 0.82 |
| Hex | AF | EC | F2 | 1C | 2 | 0 | 5 | B9 | 48 | 52 |
| Octal | 257 | 354 | 362 | 34 | 2 | 0 | 5 | 271 | 110 | 122 |
| Binary | 10101111 | 11101100 | 11110010 | 11100 | 10 | 0 | 101 | 10111001 | 1001000 | 1010010 |
Color Harmonies of #AFECF2
Complementary color
Monochromatic Colors of #AFECF2
Black with #AFECF2
Text Example
Text Example
White with #AFECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECF2; }
p { color: rgb(175,236,242); }
H1.HeaderClassName
{
color: #AFECF2;
}
.AnyTagClassName
{
color: #AFECF2;
}
</style>
background-color css
<style>
a { background-color: #AFECF2; }
a { background-color: rgb(175,236,242); }
div.DivClassName
{
background-color: #AFECF2;
}
.BgClassName
{
background-color: #AFECF2;
}
</style>
border-color css
<style>
span { border-color: #AFECF2; }
span { border-color: rgb(175,236,242); }
td.TdClassName
{
border-color: #AFECF2;
}
.TagClassName
{
border-color: #AFECF2;
}
</style>