Shades of Pale Turquoise #AEEEF1
Tints of Pale Turquoise #AEEEF1
RGB
CMYK
RGB Variations
Color information
#AEEEF1 (or 0xAEEEF1) is known color: Pale Turquoise. HEX triplet: AE, EE and F1. RGB value is (174,238,241). Sum of RGB (Red+Green+Blue) = 174+238+241=653 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.65% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEEEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEF1 is #51110E. Grayscale: #DBDBDB. Windows color (decimal): -5312783 or 15855278. OLE color: 15855278.
HSL color Cylindrical-coordinate representation of color #AEEEF1: hue angle of 182.69º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEEEF1 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 238 | 241 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.05 |
| HSL | 182.69º | 0.71% | 0.81% | - |
| HSV(B) | 182.69º | 0.28% | 0.95% | - |
| XYZ | 63.91 | 76.5 | 94.62 | - |
| YUV | 219.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 241 | 0.28 | 0.01 | 0 | 0.05 | 182.69 | 0.71 | 0.81 |
| Hex | AE | EE | F1 | 1C | 1 | 0 | 5 | B7 | 47 | 51 |
| Octal | 256 | 356 | 361 | 34 | 1 | 0 | 5 | 267 | 107 | 121 |
| Binary | 10101110 | 11101110 | 11110001 | 11100 | 1 | 0 | 101 | 10110111 | 1000111 | 1010001 |
Color Harmonies of #AEEEF1
Complementary color
Monochromatic Colors of #AEEEF1
Black with #AEEEF1
Text Example
Text Example
White with #AEEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEF1; }
p { color: rgb(174,238,241); }
H1.HeaderClassName
{
color: #AEEEF1;
}
.AnyTagClassName
{
color: #AEEEF1;
}
</style>
background-color css
<style>
a { background-color: #AEEEF1; }
a { background-color: rgb(174,238,241); }
div.DivClassName
{
background-color: #AEEEF1;
}
.BgClassName
{
background-color: #AEEEF1;
}
</style>
border-color css
<style>
span { border-color: #AEEEF1; }
span { border-color: rgb(174,238,241); }
td.TdClassName
{
border-color: #AEEEF1;
}
.TagClassName
{
border-color: #AEEEF1;
}
</style>