Shades of Pale Turquoise #AEF2F0
Tints of Pale Turquoise #AEF2F0
RGB
CMYK
RGB Variations
Color information
#AEF2F0 (or 0xAEF2F0) is known color: Pale Turquoise. HEX triplet: AE, F2 and F0. RGB value is (174,242,240). Sum of RGB (Red+Green+Blue) = 174+242+240=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF2F0 is #510D0F. Grayscale: #DDDDDD. Windows color (decimal): -5311760 or 15790766. OLE color: 15790766.
HSL color Cylindrical-coordinate representation of color #AEF2F0: hue angle of 178.24º 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 #AEF2F0 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 240 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.05 |
| HSL | 178.24º | 0.72% | 0.82% | - |
| HSV(B) | 178.24º | 0.28% | 0.95% | - |
| XYZ | 64.94 | 78.79 | 94.22 | - |
| YUV | 221.44 | 138.47 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 240 | 0.28 | 0 | 0.01 | 0.05 | 178.24 | 0.72 | 0.82 |
| Hex | AE | F2 | F0 | 1C | 0 | 1 | 5 | B2 | 48 | 52 |
| Octal | 256 | 362 | 360 | 34 | 0 | 1 | 5 | 262 | 110 | 122 |
| Binary | 10101110 | 11110010 | 11110000 | 11100 | 0 | 1 | 101 | 10110010 | 1001000 | 1010010 |
Color Harmonies of #AEF2F0
Complementary color
Monochromatic Colors of #AEF2F0
Black with #AEF2F0
Text Example
Text Example
White with #AEF2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF2F0; }
p { color: rgb(174,242,240); }
H1.HeaderClassName
{
color: #AEF2F0;
}
.AnyTagClassName
{
color: #AEF2F0;
}
</style>
background-color css
<style>
a { background-color: #AEF2F0; }
a { background-color: rgb(174,242,240); }
div.DivClassName
{
background-color: #AEF2F0;
}
.BgClassName
{
background-color: #AEF2F0;
}
</style>
border-color css
<style>
span { border-color: #AEF2F0; }
span { border-color: rgb(174,242,240); }
td.TdClassName
{
border-color: #AEF2F0;
}
.TagClassName
{
border-color: #AEF2F0;
}
</style>