Shades of Pale Turquoise #AEF4FF
Tints of Pale Turquoise #AEF4FF
RGB
CMYK
RGB Variations
Color information
#AEF4FF (or 0xAEF4FF) is known color: Pale Turquoise. HEX triplet: AE, F4 and FF. RGB value is (174,244,255). Sum of RGB (Red+Green+Blue) = 174+244+255=673 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.85% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEF4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF4FF is #510B00. Grayscale: #E0E0E0. Windows color (decimal): -5311233 or 16774318. OLE color: 16774318.
HSL color Cylindrical-coordinate representation of color #AEF4FF: hue angle of 188.15º 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 #AEF4FF is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 244 | 255 | - |
| CMYK | 0.32 | 0.04 | 0 | 0 |
| HSL | 188.15º | 1% | 0.84% | - |
| HSV(B) | 188.15º | 0.32% | 1% | - |
| XYZ | 67.86 | 80.92 | 106.65 | - |
| YUV | 224.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 244 | 255 | 0.32 | 0.04 | 0 | 0 | 188.15 | 1 | 0.84 |
| Hex | AE | F4 | FF | 20 | 4 | 0 | 0 | BC | 64 | 54 |
| Octal | 256 | 364 | 377 | 40 | 4 | 0 | 0 | 274 | 144 | 124 |
| Binary | 10101110 | 11110100 | 11111111 | 100000 | 100 | 0 | 0 | 10111100 | 1100100 | 1010100 |
Color Harmonies of #AEF4FF
Complementary color
Monochromatic Colors of #AEF4FF
Black with #AEF4FF
Text Example
Text Example
White with #AEF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF4FF; }
p { color: rgb(174,244,255); }
H1.HeaderClassName
{
color: #AEF4FF;
}
.AnyTagClassName
{
color: #AEF4FF;
}
</style>
background-color css
<style>
a { background-color: #AEF4FF; }
a { background-color: rgb(174,244,255); }
div.DivClassName
{
background-color: #AEF4FF;
}
.BgClassName
{
background-color: #AEF4FF;
}
</style>
border-color css
<style>
span { border-color: #AEF4FF; }
span { border-color: rgb(174,244,255); }
td.TdClassName
{
border-color: #AEF4FF;
}
.TagClassName
{
border-color: #AEF4FF;
}
</style>