Shades of Pale Turquoise #AEF0FF
Tints of Pale Turquoise #AEF0FF
RGB
CMYK
RGB Variations
Color information
#AEF0FF (or 0xAEF0FF) is known color: Pale Turquoise. HEX triplet: AE, F0 and FF. RGB value is (174,240,255). Sum of RGB (Red+Green+Blue) = 174+240+255=669 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.01% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEF0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF0FF is #510F00. Grayscale: #DDDDDD. Windows color (decimal): -5312257 or 16773294. OLE color: 16773294.
HSL color Cylindrical-coordinate representation of color #AEF0FF: hue angle of 191.11º 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 #AEF0FF is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 240 | 255 | - |
| CMYK | 0.32 | 0.06 | 0 | 0 |
| HSL | 191.11º | 1% | 0.84% | - |
| HSV(B) | 191.11º | 0.32% | 1% | - |
| XYZ | 66.67 | 78.54 | 106.25 | - |
| YUV | 221.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 255 | 0.32 | 0.06 | 0 | 0 | 191.11 | 1 | 0.84 |
| Hex | AE | F0 | FF | 20 | 6 | 0 | 0 | BF | 64 | 54 |
| Octal | 256 | 360 | 377 | 40 | 6 | 0 | 0 | 277 | 144 | 124 |
| Binary | 10101110 | 11110000 | 11111111 | 100000 | 110 | 0 | 0 | 10111111 | 1100100 | 1010100 |
Color Harmonies of #AEF0FF
Complementary color
Monochromatic Colors of #AEF0FF
Black with #AEF0FF
Text Example
Text Example
White with #AEF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF0FF; }
p { color: rgb(174,240,255); }
H1.HeaderClassName
{
color: #AEF0FF;
}
.AnyTagClassName
{
color: #AEF0FF;
}
</style>
background-color css
<style>
a { background-color: #AEF0FF; }
a { background-color: rgb(174,240,255); }
div.DivClassName
{
background-color: #AEF0FF;
}
.BgClassName
{
background-color: #AEF0FF;
}
</style>
border-color css
<style>
span { border-color: #AEF0FF; }
span { border-color: rgb(174,240,255); }
td.TdClassName
{
border-color: #AEF0FF;
}
.TagClassName
{
border-color: #AEF0FF;
}
</style>