Shades of Pale Turquoise #AEEEF2
Tints of Pale Turquoise #AEEEF2
RGB
CMYK
RGB Variations
Color information
#AEEEF2 (or 0xAEEEF2) is known color: Pale Turquoise. HEX triplet: AE, EE and F2. RGB value is (174,238,242). Sum of RGB (Red+Green+Blue) = 174+238+242=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEEEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEF2 is #51110D. Grayscale: #DBDBDB. Windows color (decimal): -5312782 or 15920814. OLE color: 15920814.
HSL color Cylindrical-coordinate representation of color #AEEEF2: hue angle of 183.53º 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 #AEEEF2 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 238 | 242 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.05 |
| HSL | 183.53º | 0.72% | 0.82% | - |
| HSV(B) | 183.53º | 0.28% | 0.95% | - |
| XYZ | 64.06 | 76.56 | 95.41 | - |
| YUV | 219.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 242 | 0.28 | 0.02 | 0 | 0.05 | 183.53 | 0.72 | 0.82 |
| Hex | AE | EE | F2 | 1C | 2 | 0 | 5 | B8 | 48 | 52 |
| Octal | 256 | 356 | 362 | 34 | 2 | 0 | 5 | 270 | 110 | 122 |
| Binary | 10101110 | 11101110 | 11110010 | 11100 | 10 | 0 | 101 | 10111000 | 1001000 | 1010010 |
Color Harmonies of #AEEEF2
Complementary color
Monochromatic Colors of #AEEEF2
Black with #AEEEF2
Text Example
Text Example
White with #AEEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEF2; }
p { color: rgb(174,238,242); }
H1.HeaderClassName
{
color: #AEEEF2;
}
.AnyTagClassName
{
color: #AEEEF2;
}
</style>
background-color css
<style>
a { background-color: #AEEEF2; }
a { background-color: rgb(174,238,242); }
div.DivClassName
{
background-color: #AEEEF2;
}
.BgClassName
{
background-color: #AEEEF2;
}
</style>
border-color css
<style>
span { border-color: #AEEEF2; }
span { border-color: rgb(174,238,242); }
td.TdClassName
{
border-color: #AEEEF2;
}
.TagClassName
{
border-color: #AEEEF2;
}
</style>