Shades of Pale Turquoise #ADFFED
Tints of Pale Turquoise #ADFFED
RGB
CMYK
RGB Variations
Color information
#ADFFED (or 0xADFFED) is known color: Pale Turquoise. HEX triplet: AD, FF and ED. RGB value is (173,255,237). Sum of RGB (Red+Green+Blue) = 173+255+237=665 (88% of max value = 765). Red value is 173 (67.97% from 255 or 26.02% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFED is #520012. Grayscale: #E4E4E4. Windows color (decimal): -5373971 or 15597485. OLE color: 15597485.
HSL color Cylindrical-coordinate representation of color #ADFFED: hue angle of 166.83º 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 #ADFFED is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 237 | - |
| CMYK | 0.32 | 0 | 0.07 | 0 |
| HSL | 166.83º | 1% | 0.84% | - |
| HSV(B) | 166.83º | 0.32% | 1% | - |
| XYZ | 68.28 | 86.52 | 93.22 | - |
| YUV | 228.43 | 132.83 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 237 | 0.32 | 0 | 0.07 | 0 | 166.83 | 1 | 0.84 |
| Hex | AD | FF | ED | 20 | 0 | 7 | 0 | A7 | 64 | 54 |
| Octal | 255 | 377 | 355 | 40 | 0 | 7 | 0 | 247 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11101101 | 100000 | 0 | 111 | 0 | 10100111 | 1100100 | 1010100 |
Color Harmonies of #ADFFED
Complementary color
Monochromatic Colors of #ADFFED
Black with #ADFFED
Text Example
Text Example
White with #ADFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFED; }
p { color: rgb(173,255,237); }
H1.HeaderClassName
{
color: #ADFFED;
}
.AnyTagClassName
{
color: #ADFFED;
}
</style>
background-color css
<style>
a { background-color: #ADFFED; }
a { background-color: rgb(173,255,237); }
div.DivClassName
{
background-color: #ADFFED;
}
.BgClassName
{
background-color: #ADFFED;
}
</style>
border-color css
<style>
span { border-color: #ADFFED; }
span { border-color: rgb(173,255,237); }
td.TdClassName
{
border-color: #ADFFED;
}
.TagClassName
{
border-color: #ADFFED;
}
</style>