Shades of Pale Turquoise #ADEEFD
Tints of Pale Turquoise #ADEEFD
RGB
CMYK
RGB Variations
Color information
#ADEEFD (or 0xADEEFD) is known color: Pale Turquoise. HEX triplet: AD, EE and FD. RGB value is (173,238,253). Sum of RGB (Red+Green+Blue) = 173+238+253=664 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.05% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADEEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEEFD is #521102. Grayscale: #DCDCDC. Windows color (decimal): -5378307 or 16641709. OLE color: 16641709.
HSL color Cylindrical-coordinate representation of color #ADEEFD: hue angle of 191.25º 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 #ADEEFD is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 238 | 253 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.01 |
| HSL | 191.25º | 0.95% | 0.84% | - |
| HSV(B) | 191.25º | 0.32% | 0.99% | - |
| XYZ | 65.54 | 77.13 | 104.36 | - |
| YUV | 220.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 253 | 0.32 | 0.06 | 0 | 0.01 | 191.25 | 0.95 | 0.84 |
| Hex | AD | EE | FD | 20 | 6 | 0 | 1 | BF | 5F | 54 |
| Octal | 255 | 356 | 375 | 40 | 6 | 0 | 1 | 277 | 137 | 124 |
| Binary | 10101101 | 11101110 | 11111101 | 100000 | 110 | 0 | 1 | 10111111 | 1011111 | 1010100 |
Color Harmonies of #ADEEFD
Complementary color
Monochromatic Colors of #ADEEFD
Black with #ADEEFD
Text Example
Text Example
White with #ADEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEEFD; }
p { color: rgb(173,238,253); }
H1.HeaderClassName
{
color: #ADEEFD;
}
.AnyTagClassName
{
color: #ADEEFD;
}
</style>
background-color css
<style>
a { background-color: #ADEEFD; }
a { background-color: rgb(173,238,253); }
div.DivClassName
{
background-color: #ADEEFD;
}
.BgClassName
{
background-color: #ADEEFD;
}
</style>
border-color css
<style>
span { border-color: #ADEEFD; }
span { border-color: rgb(173,238,253); }
td.TdClassName
{
border-color: #ADEEFD;
}
.TagClassName
{
border-color: #ADEEFD;
}
</style>