Shades of Pale Turquoise #AEFFEF
Tints of Pale Turquoise #AEFFEF
RGB
CMYK
RGB Variations
Color information
#AEFFEF (or 0xAEFFEF) is known color: Pale Turquoise. HEX triplet: AE, FF and EF. RGB value is (174,255,239). Sum of RGB (Red+Green+Blue) = 174+255+239=668 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.05% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFFEF is #510010. Grayscale: #E4E4E4. Windows color (decimal): -5308433 or 15728558. OLE color: 15728558.
HSL color Cylindrical-coordinate representation of color #AEFFEF: hue angle of 168.15º 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 #AEFFEF is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 239 | - |
| CMYK | 0.32 | 0 | 0.06 | 0 |
| HSL | 168.15º | 1% | 0.84% | - |
| HSV(B) | 168.15º | 0.32% | 1% | - |
| XYZ | 68.8 | 86.75 | 94.78 | - |
| YUV | 228.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 239 | 0.32 | 0 | 0.06 | 0 | 168.15 | 1 | 0.84 |
| Hex | AE | FF | EF | 20 | 0 | 6 | 0 | A8 | 64 | 54 |
| Octal | 256 | 377 | 357 | 40 | 0 | 6 | 0 | 250 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11101111 | 100000 | 0 | 110 | 0 | 10101000 | 1100100 | 1010100 |
Color Harmonies of #AEFFEF
Complementary color
Monochromatic Colors of #AEFFEF
Black with #AEFFEF
Text Example
Text Example
White with #AEFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFEF; }
p { color: rgb(174,255,239); }
H1.HeaderClassName
{
color: #AEFFEF;
}
.AnyTagClassName
{
color: #AEFFEF;
}
</style>
background-color css
<style>
a { background-color: #AEFFEF; }
a { background-color: rgb(174,255,239); }
div.DivClassName
{
background-color: #AEFFEF;
}
.BgClassName
{
background-color: #AEFFEF;
}
</style>
border-color css
<style>
span { border-color: #AEFFEF; }
span { border-color: rgb(174,255,239); }
td.TdClassName
{
border-color: #AEFFEF;
}
.TagClassName
{
border-color: #AEFFEF;
}
</style>