Shades of Pale Turquoise #AEEDF1
Tints of Pale Turquoise #AEEDF1
RGB
CMYK
RGB Variations
Color information
#AEEDF1 (or 0xAEEDF1) is known color: Pale Turquoise. HEX triplet: AE, ED and F1. RGB value is (174,237,241). Sum of RGB (Red+Green+Blue) = 174+237+241=652 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.69% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEEDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDF1 is #51120E. Grayscale: #DADADA. Windows color (decimal): -5313039 or 15855022. OLE color: 15855022.
HSL color Cylindrical-coordinate representation of color #AEEDF1: hue angle of 183.58º 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 #AEEDF1 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 237 | 241 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.05 |
| HSL | 183.58º | 0.71% | 0.81% | - |
| HSV(B) | 183.58º | 0.28% | 0.95% | - |
| XYZ | 63.62 | 75.92 | 94.52 | - |
| YUV | 218.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 241 | 0.28 | 0.02 | 0 | 0.05 | 183.58 | 0.71 | 0.81 |
| Hex | AE | ED | F1 | 1C | 2 | 0 | 5 | B8 | 47 | 51 |
| Octal | 256 | 355 | 361 | 34 | 2 | 0 | 5 | 270 | 107 | 121 |
| Binary | 10101110 | 11101101 | 11110001 | 11100 | 10 | 0 | 101 | 10111000 | 1000111 | 1010001 |
Color Harmonies of #AEEDF1
Complementary color
Monochromatic Colors of #AEEDF1
Black with #AEEDF1
Text Example
Text Example
White with #AEEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDF1; }
p { color: rgb(174,237,241); }
H1.HeaderClassName
{
color: #AEEDF1;
}
.AnyTagClassName
{
color: #AEEDF1;
}
</style>
background-color css
<style>
a { background-color: #AEEDF1; }
a { background-color: rgb(174,237,241); }
div.DivClassName
{
background-color: #AEEDF1;
}
.BgClassName
{
background-color: #AEEDF1;
}
</style>
border-color css
<style>
span { border-color: #AEEDF1; }
span { border-color: rgb(174,237,241); }
td.TdClassName
{
border-color: #AEEDF1;
}
.TagClassName
{
border-color: #AEEDF1;
}
</style>