Shades of Pale Turquoise #AEF2FF
Tints of Pale Turquoise #AEF2FF
RGB
CMYK
RGB Variations
Color information
#AEF2FF (or 0xAEF2FF) is known color: Pale Turquoise. HEX triplet: AE, F2 and FF. RGB value is (174,242,255). Sum of RGB (Red+Green+Blue) = 174+242+255=671 (88% of max value = 765). Red value is 174 (68.36% from 255 or 25.93% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF2FF is #510D00. Grayscale: #DFDFDF. Windows color (decimal): -5311745 or 16773806. OLE color: 16773806.
HSL color Cylindrical-coordinate representation of color #AEF2FF: hue angle of 189.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEF2FF is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 242 | 255 | - |
| CMYK | 0.32 | 0.05 | 0 | 0 |
| HSL | 189.63º | 1% | 0.84% | - |
| HSV(B) | 189.63º | 0.32% | 1% | - |
| XYZ | 67.26 | 79.72 | 106.45 | - |
| YUV | 223.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 255 | 0.32 | 0.05 | 0 | 0 | 189.63 | 1 | 0.84 |
| Hex | AE | F2 | FF | 20 | 5 | 0 | 0 | BE | 64 | 54 |
| Octal | 256 | 362 | 377 | 40 | 5 | 0 | 0 | 276 | 144 | 124 |
| Binary | 10101110 | 11110010 | 11111111 | 100000 | 101 | 0 | 0 | 10111110 | 1100100 | 1010100 |
Color Harmonies of #AEF2FF
Complementary color
Monochromatic Colors of #AEF2FF
Black with #AEF2FF
Text Example
Text Example
White with #AEF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF2FF; }
p { color: rgb(174,242,255); }
H1.HeaderClassName
{
color: #AEF2FF;
}
.AnyTagClassName
{
color: #AEF2FF;
}
</style>
background-color css
<style>
a { background-color: #AEF2FF; }
a { background-color: rgb(174,242,255); }
div.DivClassName
{
background-color: #AEF2FF;
}
.BgClassName
{
background-color: #AEF2FF;
}
</style>
border-color css
<style>
span { border-color: #AEF2FF; }
span { border-color: rgb(174,242,255); }
td.TdClassName
{
border-color: #AEF2FF;
}
.TagClassName
{
border-color: #AEF2FF;
}
</style>