Shades of Pale Turquoise #AEFEFF
Tints of Pale Turquoise #AEFEFF
RGB
CMYK
RGB Variations
Color information
#AEFEFF (or 0xAEFEFF) is known color: Pale Turquoise. HEX triplet: AE, FE and FF. RGB value is (174,254,255). Sum of RGB (Red+Green+Blue) = 174+254+255=683 (90% of max value = 765). Red value is 174 (68.36% from 255 or 25.48% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFEFF is #510100. Grayscale: #E6E6E6. Windows color (decimal): -5308673 or 16776878. OLE color: 16776878.
HSL color Cylindrical-coordinate representation of color #AEFEFF: hue angle of 180.74º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFEFF is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 254 | 255 | - |
| CMYK | 0.32 | 0.00 | 0 | 0 |
| HSL | 180.74º | 1% | 0.84% | - |
| HSV(B) | 180.74º | 0.32% | 1% | - |
| XYZ | 70.95 | 87.1 | 107.68 | - |
| YUV | 230.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 255 | 0.32 | 0.00 | 0 | 0 | 180.74 | 1 | 0.84 |
| Hex | AE | FE | FF | 20 | 0 | 0 | 0 | B5 | 64 | 54 |
| Octal | 256 | 376 | 377 | 40 | 0 | 0 | 0 | 265 | 144 | 124 |
| Binary | 10101110 | 11111110 | 11111111 | 100000 | 0 | 0 | 0 | 10110101 | 1100100 | 1010100 |
Color Harmonies of #AEFEFF
Complementary color
Monochromatic Colors of #AEFEFF
Black with #AEFEFF
Text Example
Text Example
White with #AEFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFEFF; }
p { color: rgb(174,254,255); }
H1.HeaderClassName
{
color: #AEFEFF;
}
.AnyTagClassName
{
color: #AEFEFF;
}
</style>
background-color css
<style>
a { background-color: #AEFEFF; }
a { background-color: rgb(174,254,255); }
div.DivClassName
{
background-color: #AEFEFF;
}
.BgClassName
{
background-color: #AEFEFF;
}
</style>
border-color css
<style>
span { border-color: #AEFEFF; }
span { border-color: rgb(174,254,255); }
td.TdClassName
{
border-color: #AEFEFF;
}
.TagClassName
{
border-color: #AEFEFF;
}
</style>