Shades of Pale Turquoise #AFECF3
Tints of Pale Turquoise #AFECF3
RGB
CMYK
RGB Variations
Color information
#AFECF3 (or 0xAFECF3) is known color: Pale Turquoise. HEX triplet: AF, EC and F3. RGB value is (175,236,243). Sum of RGB (Red+Green+Blue) = 175+236+243=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECF3 is #50130C. Grayscale: #DADADA. Windows color (decimal): -5247757 or 15985839. OLE color: 15985839.
HSL color Cylindrical-coordinate representation of color #AFECF3: hue angle of 186.18º degrees, saturation: 0.74, 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 #AFECF3 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 236 | 243 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.05 |
| HSL | 186.18º | 0.74% | 0.82% | - |
| HSV(B) | 186.18º | 0.28% | 0.95% | - |
| XYZ | 63.85 | 75.58 | 96.02 | - |
| YUV | 218.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 243 | 0.28 | 0.03 | 0 | 0.05 | 186.18 | 0.74 | 0.82 |
| Hex | AF | EC | F3 | 1C | 3 | 0 | 5 | BA | 4A | 52 |
| Octal | 257 | 354 | 363 | 34 | 3 | 0 | 5 | 272 | 112 | 122 |
| Binary | 10101111 | 11101100 | 11110011 | 11100 | 11 | 0 | 101 | 10111010 | 1001010 | 1010010 |
Color Harmonies of #AFECF3
Complementary color
Monochromatic Colors of #AFECF3
Black with #AFECF3
Text Example
Text Example
White with #AFECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECF3; }
p { color: rgb(175,236,243); }
H1.HeaderClassName
{
color: #AFECF3;
}
.AnyTagClassName
{
color: #AFECF3;
}
</style>
background-color css
<style>
a { background-color: #AFECF3; }
a { background-color: rgb(175,236,243); }
div.DivClassName
{
background-color: #AFECF3;
}
.BgClassName
{
background-color: #AFECF3;
}
</style>
border-color css
<style>
span { border-color: #AFECF3; }
span { border-color: rgb(175,236,243); }
td.TdClassName
{
border-color: #AFECF3;
}
.TagClassName
{
border-color: #AFECF3;
}
</style>