Shades of Pale Turquoise #AEFFFB
Tints of Pale Turquoise #AEFFFB
RGB
CMYK
RGB Variations
Color information
#AEFFFB (or 0xAEFFFB) is known color: Pale Turquoise. HEX triplet: AE, FF and FB. RGB value is (174,255,251). Sum of RGB (Red+Green+Blue) = 174+255+251=680 (90% of max value = 765). Red value is 174 (68.36% from 255 or 25.59% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFFB is #510004. Grayscale: #E6E6E6. Windows color (decimal): -5308421 or 16514990. OLE color: 16514990.
HSL color Cylindrical-coordinate representation of color #AEFFFB: hue angle of 177.04º 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 #AEFFFB is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 251 | - |
| CMYK | 0.32 | 0 | 0.02 | 0 |
| HSL | 177.04º | 1% | 0.84% | - |
| HSV(B) | 177.04º | 0.32% | 1% | - |
| XYZ | 70.63 | 87.48 | 104.43 | - |
| YUV | 230.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 251 | 0.32 | 0 | 0.02 | 0 | 177.04 | 1 | 0.84 |
| Hex | AE | FF | FB | 20 | 0 | 2 | 0 | B1 | 64 | 54 |
| Octal | 256 | 377 | 373 | 40 | 0 | 2 | 0 | 261 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11111011 | 100000 | 0 | 10 | 0 | 10110001 | 1100100 | 1010100 |
Color Harmonies of #AEFFFB
Complementary color
Monochromatic Colors of #AEFFFB
Black with #AEFFFB
Text Example
Text Example
White with #AEFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFFB; }
p { color: rgb(174,255,251); }
H1.HeaderClassName
{
color: #AEFFFB;
}
.AnyTagClassName
{
color: #AEFFFB;
}
</style>
background-color css
<style>
a { background-color: #AEFFFB; }
a { background-color: rgb(174,255,251); }
div.DivClassName
{
background-color: #AEFFFB;
}
.BgClassName
{
background-color: #AEFFFB;
}
</style>
border-color css
<style>
span { border-color: #AEFFFB; }
span { border-color: rgb(174,255,251); }
td.TdClassName
{
border-color: #AEFFFB;
}
.TagClassName
{
border-color: #AEFFFB;
}
</style>