Shades of Pale Turquoise #ADEAEA
Tints of Pale Turquoise #ADEAEA
RGB
CMYK
RGB Variations
Color information
#ADEAEA (or 0xADEAEA) is known color: Pale Turquoise. HEX triplet: AD, EA and EA. RGB value is (173,234,234). Sum of RGB (Red+Green+Blue) = 173+234+234=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #ADEAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEAEA is #521515. Grayscale: #D7D7D7. Windows color (decimal): -5379350 or 15395501. OLE color: 15395501.
HSL color Cylindrical-coordinate representation of color #ADEAEA: hue angle of 180º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEAEA is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 173 | 234 | 234 | - |
CMYK | 0.26 | 0 | 0 | 0.08 |
HSL | 180º | 0.59% | 0.8% | - |
HSV(B) | 180º | 0.26% | 0.92% | - |
XYZ | 61.51 | 73.67 | 88.82 | - |
YUV | 215.76 | 138.29 | 97.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 234 | 234 | 0.26 | 0 | 0 | 0.08 | 180 | 0.59 | 0.8 |
Hex | AD | EA | EA | 1A | 0 | 0 | 8 | B4 | 3B | 50 |
Octal | 255 | 352 | 352 | 32 | 0 | 0 | 10 | 264 | 73 | 120 |
Binary | 10101101 | 11101010 | 11101010 | 11010 | 0 | 0 | 1000 | 10110100 | 111011 | 1010000 |
Color Harmonies of #ADEAEA
Complementary color
Monochromatic Colors of #ADEAEA
Black with #ADEAEA
Text Example
Text Example
White with #ADEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEAEA; }
p { color: rgb(173,234,234); }
H1.HeaderClassName
{
color: #ADEAEA;
}
.AnyTagClassName
{
color: #ADEAEA;
}
</style>
background-color css
<style>
a { background-color: #ADEAEA; }
a { background-color: rgb(173,234,234); }
div.DivClassName
{
background-color: #ADEAEA;
}
.BgClassName
{
background-color: #ADEAEA;
}
</style>
border-color css
<style>
span { border-color: #ADEAEA; }
span { border-color: rgb(173,234,234); }
td.TdClassName
{
border-color: #ADEAEA;
}
.TagClassName
{
border-color: #ADEAEA;
}
</style>