Shades of Pale Turquoise #ADEDED
Tints of Pale Turquoise #ADEDED
RGB
CMYK
RGB Variations
Color information
#ADEDED (or 0xADEDED) is known color: Pale Turquoise. HEX triplet: AD, ED and ED. RGB value is (173,237,237). Sum of RGB (Red+Green+Blue) = 173+237+237=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #ADEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEDED is #521212. Grayscale: #D9D9D9. Windows color (decimal): -5378579 or 15592877. OLE color: 15592877.
HSL color Cylindrical-coordinate representation of color #ADEDED: hue angle of 180º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDED is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 237 | 237 | - |
CMYK | 0.27 | 0 | 0 | 0.07 |
HSL | 180º | 0.64% | 0.8% | - |
HSV(B) | 180º | 0.27% | 0.93% | - |
XYZ | 62.8 | 75.57 | 91.4 | - |
YUV | 217.86 | 138.8 | 96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 237 | 237 | 0.27 | 0 | 0 | 0.07 | 180 | 0.64 | 0.8 |
Hex | AD | ED | ED | 1B | 0 | 0 | 7 | B4 | 40 | 50 |
Octal | 255 | 355 | 355 | 33 | 0 | 0 | 7 | 264 | 100 | 120 |
Binary | 10101101 | 11101101 | 11101101 | 11011 | 0 | 0 | 111 | 10110100 | 1000000 | 1010000 |
Color Harmonies of #ADEDED
Complementary color
Monochromatic Colors of #ADEDED
Black with #ADEDED
Text Example
Text Example
White with #ADEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDED; }
p { color: rgb(173,237,237); }
H1.HeaderClassName
{
color: #ADEDED;
}
.AnyTagClassName
{
color: #ADEDED;
}
</style>
background-color css
<style>
a { background-color: #ADEDED; }
a { background-color: rgb(173,237,237); }
div.DivClassName
{
background-color: #ADEDED;
}
.BgClassName
{
background-color: #ADEDED;
}
</style>
border-color css
<style>
span { border-color: #ADEDED; }
span { border-color: rgb(173,237,237); }
td.TdClassName
{
border-color: #ADEDED;
}
.TagClassName
{
border-color: #ADEDED;
}
</style>