Shades of Pale Turquoise #ADFEEE
Tints of Pale Turquoise #ADFEEE
RGB
CMYK
RGB Variations
Color information
#ADFEEE (or 0xADFEEE) is known color: Pale Turquoise. HEX triplet: AD, FE and EE. RGB value is (173,254,238). Sum of RGB (Red+Green+Blue) = 173+254+238=665 (88% of max value = 765). Red value is 173 (67.97% from 255 or 26.02% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEEE is #520111. Grayscale: #E3E3E3. Windows color (decimal): -5374226 or 15662765. OLE color: 15662765.
HSL color Cylindrical-coordinate representation of color #ADFEEE: hue angle of 168.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEEE is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 238 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.00 |
| HSL | 168.15º | 0.98% | 0.84% | - |
| HSV(B) | 168.15º | 0.32% | 1% | - |
| XYZ | 68.11 | 85.94 | 93.89 | - |
| YUV | 227.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 238 | 0.32 | 0 | 0.06 | 0.00 | 168.15 | 0.98 | 0.84 |
| Hex | AD | FE | EE | 20 | 0 | 6 | 0 | A8 | 62 | 54 |
| Octal | 255 | 376 | 356 | 40 | 0 | 6 | 0 | 250 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11101110 | 100000 | 0 | 110 | 0 | 10101000 | 1100010 | 1010100 |
Color Harmonies of #ADFEEE
Complementary color
Monochromatic Colors of #ADFEEE
Black with #ADFEEE
Text Example
Text Example
White with #ADFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEEE; }
p { color: rgb(173,254,238); }
H1.HeaderClassName
{
color: #ADFEEE;
}
.AnyTagClassName
{
color: #ADFEEE;
}
</style>
background-color css
<style>
a { background-color: #ADFEEE; }
a { background-color: rgb(173,254,238); }
div.DivClassName
{
background-color: #ADFEEE;
}
.BgClassName
{
background-color: #ADFEEE;
}
</style>
border-color css
<style>
span { border-color: #ADFEEE; }
span { border-color: rgb(173,254,238); }
td.TdClassName
{
border-color: #ADFEEE;
}
.TagClassName
{
border-color: #ADFEEE;
}
</style>