Shades of Pale Turquoise #AEFDF0
Tints of Pale Turquoise #AEFDF0
RGB
CMYK
RGB Variations
Color information
#AEFDF0 (or 0xAEFDF0) is known color: Pale Turquoise. HEX triplet: AE, FD and F0. RGB value is (174,253,240). Sum of RGB (Red+Green+Blue) = 174+253+240=667 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.09% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFDF0 is #51020F. Grayscale: #E3E3E3. Windows color (decimal): -5308944 or 15793582. OLE color: 15793582.
HSL color Cylindrical-coordinate representation of color #AEFDF0: hue angle of 170.13º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFDF0 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 174 | 253 | 240 | - |
CMYK | 0.31 | 0 | 0.05 | 0.01 |
HSL | 170.13º | 0.95% | 0.84% | - |
HSV(B) | 170.13º | 0.31% | 0.99% | - |
XYZ | 68.31 | 85.54 | 95.35 | - |
YUV | 227.9 | 134.83 | 89.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 253 | 240 | 0.31 | 0 | 0.05 | 0.01 | 170.13 | 0.95 | 0.84 |
Hex | AE | FD | F0 | 1F | 0 | 5 | 1 | AA | 5F | 54 |
Octal | 256 | 375 | 360 | 37 | 0 | 5 | 1 | 252 | 137 | 124 |
Binary | 10101110 | 11111101 | 11110000 | 11111 | 0 | 101 | 1 | 10101010 | 1011111 | 1010100 |
Color Harmonies of #AEFDF0
Complementary color
Monochromatic Colors of #AEFDF0
Black with #AEFDF0
Text Example
Text Example
White with #AEFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFDF0; }
p { color: rgb(174,253,240); }
H1.HeaderClassName
{
color: #AEFDF0;
}
.AnyTagClassName
{
color: #AEFDF0;
}
</style>
background-color css
<style>
a { background-color: #AEFDF0; }
a { background-color: rgb(174,253,240); }
div.DivClassName
{
background-color: #AEFDF0;
}
.BgClassName
{
background-color: #AEFDF0;
}
</style>
border-color css
<style>
span { border-color: #AEFDF0; }
span { border-color: rgb(174,253,240); }
td.TdClassName
{
border-color: #AEFDF0;
}
.TagClassName
{
border-color: #AEFDF0;
}
</style>