Shades of Pale Turquoise #ADFDEE
Tints of Pale Turquoise #ADFDEE
RGB
CMYK
RGB Variations
Color information
#ADFDEE (or 0xADFDEE) is known color: Pale Turquoise. HEX triplet: AD, FD and EE. RGB value is (173,253,238). Sum of RGB (Red+Green+Blue) = 173+253+238=664 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.05% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDEE is #520211. Grayscale: #E3E3E3. Windows color (decimal): -5374482 or 15662509. OLE color: 15662509.
HSL color Cylindrical-coordinate representation of color #ADFDEE: hue angle of 168.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDEE is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 238 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.01 |
| HSL | 168.75º | 0.95% | 0.84% | - |
| HSV(B) | 168.75º | 0.32% | 0.99% | - |
| XYZ | 67.79 | 85.31 | 93.78 | - |
| YUV | 227.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 238 | 0.32 | 0 | 0.06 | 0.01 | 168.75 | 0.95 | 0.84 |
| Hex | AD | FD | EE | 20 | 0 | 6 | 1 | A9 | 5F | 54 |
| Octal | 255 | 375 | 356 | 40 | 0 | 6 | 1 | 251 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11101110 | 100000 | 0 | 110 | 1 | 10101001 | 1011111 | 1010100 |
Color Harmonies of #ADFDEE
Complementary color
Monochromatic Colors of #ADFDEE
Black with #ADFDEE
Text Example
Text Example
White with #ADFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDEE; }
p { color: rgb(173,253,238); }
H1.HeaderClassName
{
color: #ADFDEE;
}
.AnyTagClassName
{
color: #ADFDEE;
}
</style>
background-color css
<style>
a { background-color: #ADFDEE; }
a { background-color: rgb(173,253,238); }
div.DivClassName
{
background-color: #ADFDEE;
}
.BgClassName
{
background-color: #ADFDEE;
}
</style>
border-color css
<style>
span { border-color: #ADFDEE; }
span { border-color: rgb(173,253,238); }
td.TdClassName
{
border-color: #ADFDEE;
}
.TagClassName
{
border-color: #ADFDEE;
}
</style>