Shades of Pale Turquoise #AEF7F8
Tints of Pale Turquoise #AEF7F8
RGB
CMYK
RGB Variations
Color information
#AEF7F8 (or 0xAEF7F8) is known color: Pale Turquoise. HEX triplet: AE, F7 and F8. RGB value is (174,247,248). Sum of RGB (Red+Green+Blue) = 174+247+248=669 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.01% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEF7F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF7F8 is #510807. Grayscale: #E1E1E1. Windows color (decimal): -5310472 or 16316334. OLE color: 16316334.
HSL color Cylindrical-coordinate representation of color #AEF7F8: hue angle of 180.81º 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 #AEF7F8 is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 247 | 248 | - |
| CMYK | 0.30 | 0.00 | 0 | 0.03 |
| HSL | 180.81º | 0.84% | 0.83% | - |
| HSV(B) | 180.81º | 0.3% | 0.97% | - |
| XYZ | 67.66 | 82.3 | 101.13 | - |
| YUV | 225.29 | 140.82 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 247 | 248 | 0.30 | 0.00 | 0 | 0.03 | 180.81 | 0.84 | 0.83 |
| Hex | AE | F7 | F8 | 1E | 0 | 0 | 3 | B5 | 54 | 53 |
| Octal | 256 | 367 | 370 | 36 | 0 | 0 | 3 | 265 | 124 | 123 |
| Binary | 10101110 | 11110111 | 11111000 | 11110 | 0 | 0 | 11 | 10110101 | 1010100 | 1010011 |
Color Harmonies of #AEF7F8
Complementary color
Monochromatic Colors of #AEF7F8
Black with #AEF7F8
Text Example
Text Example
White with #AEF7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF7F8; }
p { color: rgb(174,247,248); }
H1.HeaderClassName
{
color: #AEF7F8;
}
.AnyTagClassName
{
color: #AEF7F8;
}
</style>
background-color css
<style>
a { background-color: #AEF7F8; }
a { background-color: rgb(174,247,248); }
div.DivClassName
{
background-color: #AEF7F8;
}
.BgClassName
{
background-color: #AEF7F8;
}
</style>
border-color css
<style>
span { border-color: #AEF7F8; }
span { border-color: rgb(174,247,248); }
td.TdClassName
{
border-color: #AEF7F8;
}
.TagClassName
{
border-color: #AEF7F8;
}
</style>