Shades of Pale Turquoise #AEF8FA
Tints of Pale Turquoise #AEF8FA
RGB
CMYK
RGB Variations
Color information
#AEF8FA (or 0xAEF8FA) is known color: Pale Turquoise. HEX triplet: AE, F8 and FA. RGB value is (174,248,250). Sum of RGB (Red+Green+Blue) = 174+248+250=672 (89% of max value = 765). Red value is 174 (68.36% from 255 or 25.89% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEF8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF8FA is #510705. Grayscale: #E2E2E2. Windows color (decimal): -5310214 or 16447662. OLE color: 16447662.
HSL color Cylindrical-coordinate representation of color #AEF8FA: hue angle of 181.58º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF8FA is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 248 | 250 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.02 |
| HSL | 181.58º | 0.88% | 0.83% | - |
| HSV(B) | 181.58º | 0.3% | 0.98% | - |
| XYZ | 68.28 | 83.04 | 102.87 | - |
| YUV | 226.1 | 141.48 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 250 | 0.30 | 0.01 | 0 | 0.02 | 181.58 | 0.88 | 0.83 |
| Hex | AE | F8 | FA | 1E | 1 | 0 | 2 | B6 | 58 | 53 |
| Octal | 256 | 370 | 372 | 36 | 1 | 0 | 2 | 266 | 130 | 123 |
| Binary | 10101110 | 11111000 | 11111010 | 11110 | 1 | 0 | 10 | 10110110 | 1011000 | 1010011 |
Color Harmonies of #AEF8FA
Complementary color
Monochromatic Colors of #AEF8FA
Black with #AEF8FA
Text Example
Text Example
White with #AEF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF8FA; }
p { color: rgb(174,248,250); }
H1.HeaderClassName
{
color: #AEF8FA;
}
.AnyTagClassName
{
color: #AEF8FA;
}
</style>
background-color css
<style>
a { background-color: #AEF8FA; }
a { background-color: rgb(174,248,250); }
div.DivClassName
{
background-color: #AEF8FA;
}
.BgClassName
{
background-color: #AEF8FA;
}
</style>
border-color css
<style>
span { border-color: #AEF8FA; }
span { border-color: rgb(174,248,250); }
td.TdClassName
{
border-color: #AEF8FA;
}
.TagClassName
{
border-color: #AEF8FA;
}
</style>