Shades of Pale Turquoise #AEF8FF
Tints of Pale Turquoise #AEF8FF
RGB
CMYK
RGB Variations
Color information
#AEF8FF (or 0xAEF8FF) is known color: Pale Turquoise. HEX triplet: AE, F8 and FF. RGB value is (174,248,255). Sum of RGB (Red+Green+Blue) = 174+248+255=677 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.70% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEF8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF8FF is #510700. Grayscale: #E2E2E2. Windows color (decimal): -5310209 or 16775342. OLE color: 16775342.
HSL color Cylindrical-coordinate representation of color #AEF8FF: hue angle of 185.19º 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 #AEF8FF is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 248 | 255 | - |
| CMYK | 0.32 | 0.03 | 0 | 0 |
| HSL | 185.19º | 1% | 0.84% | - |
| HSV(B) | 185.19º | 0.32% | 1% | - |
| XYZ | 69.07 | 83.35 | 107.06 | - |
| YUV | 226.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 255 | 0.32 | 0.03 | 0 | 0 | 185.19 | 1 | 0.84 |
| Hex | AE | F8 | FF | 20 | 3 | 0 | 0 | B9 | 64 | 54 |
| Octal | 256 | 370 | 377 | 40 | 3 | 0 | 0 | 271 | 144 | 124 |
| Binary | 10101110 | 11111000 | 11111111 | 100000 | 11 | 0 | 0 | 10111001 | 1100100 | 1010100 |
Color Harmonies of #AEF8FF
Complementary color
Monochromatic Colors of #AEF8FF
Black with #AEF8FF
Text Example
Text Example
White with #AEF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF8FF; }
p { color: rgb(174,248,255); }
H1.HeaderClassName
{
color: #AEF8FF;
}
.AnyTagClassName
{
color: #AEF8FF;
}
</style>
background-color css
<style>
a { background-color: #AEF8FF; }
a { background-color: rgb(174,248,255); }
div.DivClassName
{
background-color: #AEF8FF;
}
.BgClassName
{
background-color: #AEF8FF;
}
</style>
border-color css
<style>
span { border-color: #AEF8FF; }
span { border-color: rgb(174,248,255); }
td.TdClassName
{
border-color: #AEF8FF;
}
.TagClassName
{
border-color: #AEF8FF;
}
</style>