Shades of Pale Turquoise #AEEEFA
Tints of Pale Turquoise #AEEEFA
RGB
CMYK
RGB Variations
Color information
#AEEEFA (or 0xAEEEFA) is known color: Pale Turquoise. HEX triplet: AE, EE and FA. RGB value is (174,238,250). Sum of RGB (Red+Green+Blue) = 174+238+250=662 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.28% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEFA is #511105. Grayscale: #DCDCDC. Windows color (decimal): -5312774 or 16445102. OLE color: 16445102.
HSL color Cylindrical-coordinate representation of color #AEEEFA: hue angle of 189.47º 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 #AEEEFA is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 238 | 250 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.02 |
| HSL | 189.47º | 0.88% | 0.83% | - |
| HSV(B) | 189.47º | 0.3% | 0.98% | - |
| XYZ | 65.29 | 77.05 | 101.87 | - |
| YUV | 220.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 250 | 0.30 | 0.05 | 0 | 0.02 | 189.47 | 0.88 | 0.83 |
| Hex | AE | EE | FA | 1E | 5 | 0 | 2 | BD | 58 | 53 |
| Octal | 256 | 356 | 372 | 36 | 5 | 0 | 2 | 275 | 130 | 123 |
| Binary | 10101110 | 11101110 | 11111010 | 11110 | 101 | 0 | 10 | 10111101 | 1011000 | 1010011 |
Color Harmonies of #AEEEFA
Complementary color
Monochromatic Colors of #AEEEFA
Black with #AEEEFA
Text Example
Text Example
White with #AEEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEFA; }
p { color: rgb(174,238,250); }
H1.HeaderClassName
{
color: #AEEEFA;
}
.AnyTagClassName
{
color: #AEEEFA;
}
</style>
background-color css
<style>
a { background-color: #AEEEFA; }
a { background-color: rgb(174,238,250); }
div.DivClassName
{
background-color: #AEEEFA;
}
.BgClassName
{
background-color: #AEEEFA;
}
</style>
border-color css
<style>
span { border-color: #AEEEFA; }
span { border-color: rgb(174,238,250); }
td.TdClassName
{
border-color: #AEEEFA;
}
.TagClassName
{
border-color: #AEEEFA;
}
</style>