Shades of Pale Turquoise #AEEEF8
Tints of Pale Turquoise #AEEEF8
RGB
CMYK
RGB Variations
Color information
#AEEEF8 (or 0xAEEEF8) is known color: Pale Turquoise. HEX triplet: AE, EE and F8. RGB value is (174,238,248). Sum of RGB (Red+Green+Blue) = 174+238+248=660 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.36% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEEEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEF8 is #511107. Grayscale: #DBDBDB. Windows color (decimal): -5312776 or 16314030. OLE color: 16314030.
HSL color Cylindrical-coordinate representation of color #AEEEF8: hue angle of 188.11º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEEEF8 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 238 | 248 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.03 |
| HSL | 188.11º | 0.84% | 0.83% | - |
| HSV(B) | 188.11º | 0.3% | 0.97% | - |
| XYZ | 64.97 | 76.93 | 100.23 | - |
| YUV | 220 | 143.8 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 248 | 0.30 | 0.04 | 0 | 0.03 | 188.11 | 0.84 | 0.83 |
| Hex | AE | EE | F8 | 1E | 4 | 0 | 3 | BC | 54 | 53 |
| Octal | 256 | 356 | 370 | 36 | 4 | 0 | 3 | 274 | 124 | 123 |
| Binary | 10101110 | 11101110 | 11111000 | 11110 | 100 | 0 | 11 | 10111100 | 1010100 | 1010011 |
Color Harmonies of #AEEEF8
Complementary color
Monochromatic Colors of #AEEEF8
Black with #AEEEF8
Text Example
Text Example
White with #AEEEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEF8; }
p { color: rgb(174,238,248); }
H1.HeaderClassName
{
color: #AEEEF8;
}
.AnyTagClassName
{
color: #AEEEF8;
}
</style>
background-color css
<style>
a { background-color: #AEEEF8; }
a { background-color: rgb(174,238,248); }
div.DivClassName
{
background-color: #AEEEF8;
}
.BgClassName
{
background-color: #AEEEF8;
}
</style>
border-color css
<style>
span { border-color: #AEEEF8; }
span { border-color: rgb(174,238,248); }
td.TdClassName
{
border-color: #AEEEF8;
}
.TagClassName
{
border-color: #AEEEF8;
}
</style>