Shades of Pale Turquoise #ADFFEF
Tints of Pale Turquoise #ADFFEF
RGB
CMYK
RGB Variations
Color information
#ADFFEF (or 0xADFFEF) is known color: Pale Turquoise. HEX triplet: AD, FF and EF. RGB value is (173,255,239). Sum of RGB (Red+Green+Blue) = 173+255+239=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFEF is #520010. Grayscale: #E4E4E4. Windows color (decimal): -5373969 or 15728557. OLE color: 15728557.
HSL color Cylindrical-coordinate representation of color #ADFFEF: hue angle of 168.29º 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 #ADFFEF is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 239 | - |
| CMYK | 0.32 | 0 | 0.06 | 0 |
| HSL | 168.29º | 1% | 0.84% | - |
| HSV(B) | 168.29º | 0.32% | 1% | - |
| XYZ | 68.57 | 86.64 | 94.77 | - |
| YUV | 228.66 | 133.83 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 239 | 0.32 | 0 | 0.06 | 0 | 168.29 | 1 | 0.84 |
| Hex | AD | FF | EF | 20 | 0 | 6 | 0 | A8 | 64 | 54 |
| Octal | 255 | 377 | 357 | 40 | 0 | 6 | 0 | 250 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11101111 | 100000 | 0 | 110 | 0 | 10101000 | 1100100 | 1010100 |
Color Harmonies of #ADFFEF
Complementary color
Monochromatic Colors of #ADFFEF
Black with #ADFFEF
Text Example
Text Example
White with #ADFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFEF; }
p { color: rgb(173,255,239); }
H1.HeaderClassName
{
color: #ADFFEF;
}
.AnyTagClassName
{
color: #ADFFEF;
}
</style>
background-color css
<style>
a { background-color: #ADFFEF; }
a { background-color: rgb(173,255,239); }
div.DivClassName
{
background-color: #ADFFEF;
}
.BgClassName
{
background-color: #ADFFEF;
}
</style>
border-color css
<style>
span { border-color: #ADFFEF; }
span { border-color: rgb(173,255,239); }
td.TdClassName
{
border-color: #ADFFEF;
}
.TagClassName
{
border-color: #ADFFEF;
}
</style>