Shades of Pale Turquoise #AEF3EF
Tints of Pale Turquoise #AEF3EF
RGB
CMYK
RGB Variations
Color information
#AEF3EF (or 0xAEF3EF) is known color: Pale Turquoise. HEX triplet: AE, F3 and EF. RGB value is (174,243,239). Sum of RGB (Red+Green+Blue) = 174+243+239=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF3EF is #510C10. Grayscale: #DDDDDD. Windows color (decimal): -5311505 or 15725486. OLE color: 15725486.
HSL color Cylindrical-coordinate representation of color #AEF3EF: hue angle of 176.52º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF3EF is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 239 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.05 |
| HSL | 176.52º | 0.74% | 0.82% | - |
| HSV(B) | 176.52º | 0.28% | 0.95% | - |
| XYZ | 65.09 | 79.33 | 93.54 | - |
| YUV | 221.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 239 | 0.28 | 0 | 0.02 | 0.05 | 176.52 | 0.74 | 0.82 |
| Hex | AE | F3 | EF | 1C | 0 | 2 | 5 | B1 | 4A | 52 |
| Octal | 256 | 363 | 357 | 34 | 0 | 2 | 5 | 261 | 112 | 122 |
| Binary | 10101110 | 11110011 | 11101111 | 11100 | 0 | 10 | 101 | 10110001 | 1001010 | 1010010 |
Color Harmonies of #AEF3EF
Complementary color
Monochromatic Colors of #AEF3EF
Black with #AEF3EF
Text Example
Text Example
White with #AEF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF3EF; }
p { color: rgb(174,243,239); }
H1.HeaderClassName
{
color: #AEF3EF;
}
.AnyTagClassName
{
color: #AEF3EF;
}
</style>
background-color css
<style>
a { background-color: #AEF3EF; }
a { background-color: rgb(174,243,239); }
div.DivClassName
{
background-color: #AEF3EF;
}
.BgClassName
{
background-color: #AEF3EF;
}
</style>
border-color css
<style>
span { border-color: #AEF3EF; }
span { border-color: rgb(174,243,239); }
td.TdClassName
{
border-color: #AEF3EF;
}
.TagClassName
{
border-color: #AEF3EF;
}
</style>