Shades of Pale Turquoise #AEF0F2
Tints of Pale Turquoise #AEF0F2
RGB
CMYK
RGB Variations
Color information
#AEF0F2 (or 0xAEF0F2) is known color: Pale Turquoise. HEX triplet: AE, F0 and F2. RGB value is (174,240,242). Sum of RGB (Red+Green+Blue) = 174+240+242=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEF0F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF0F2 is #510F0D. Grayscale: #DCDCDC. Windows color (decimal): -5312270 or 15921326. OLE color: 15921326.
HSL color Cylindrical-coordinate representation of color #AEF0F2: hue angle of 181.76º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF0F2 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 240 | 242 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.05 |
| HSL | 181.76º | 0.72% | 0.82% | - |
| HSV(B) | 181.76º | 0.28% | 0.95% | - |
| XYZ | 64.64 | 77.73 | 95.6 | - |
| YUV | 220.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 242 | 0.28 | 0.01 | 0 | 0.05 | 181.76 | 0.72 | 0.82 |
| Hex | AE | F0 | F2 | 1C | 1 | 0 | 5 | B6 | 48 | 52 |
| Octal | 256 | 360 | 362 | 34 | 1 | 0 | 5 | 266 | 110 | 122 |
| Binary | 10101110 | 11110000 | 11110010 | 11100 | 1 | 0 | 101 | 10110110 | 1001000 | 1010010 |
Color Harmonies of #AEF0F2
Complementary color
Monochromatic Colors of #AEF0F2
Black with #AEF0F2
Text Example
Text Example
White with #AEF0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF0F2; }
p { color: rgb(174,240,242); }
H1.HeaderClassName
{
color: #AEF0F2;
}
.AnyTagClassName
{
color: #AEF0F2;
}
</style>
background-color css
<style>
a { background-color: #AEF0F2; }
a { background-color: rgb(174,240,242); }
div.DivClassName
{
background-color: #AEF0F2;
}
.BgClassName
{
background-color: #AEF0F2;
}
</style>
border-color css
<style>
span { border-color: #AEF0F2; }
span { border-color: rgb(174,240,242); }
td.TdClassName
{
border-color: #AEF0F2;
}
.TagClassName
{
border-color: #AEF0F2;
}
</style>