Shades of Pale Turquoise #ADEEFC
Tints of Pale Turquoise #ADEEFC
RGB
CMYK
RGB Variations
Color information
#ADEEFC (or 0xADEEFC) is known color: Pale Turquoise. HEX triplet: AD, EE and FC. RGB value is (173,238,252). Sum of RGB (Red+Green+Blue) = 173+238+252=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADEEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEEFC is #521103. Grayscale: #DCDCDC. Windows color (decimal): -5378308 or 16576173. OLE color: 16576173.
HSL color Cylindrical-coordinate representation of color #ADEEFC: hue angle of 190.63º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADEEFC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 238 | 252 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.01 |
| HSL | 190.63º | 0.93% | 0.83% | - |
| HSV(B) | 190.63º | 0.31% | 0.99% | - |
| XYZ | 65.38 | 77.06 | 103.52 | - |
| YUV | 220.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 252 | 0.31 | 0.06 | 0 | 0.01 | 190.63 | 0.93 | 0.83 |
| Hex | AD | EE | FC | 1F | 6 | 0 | 1 | BF | 5D | 53 |
| Octal | 255 | 356 | 374 | 37 | 6 | 0 | 1 | 277 | 135 | 123 |
| Binary | 10101101 | 11101110 | 11111100 | 11111 | 110 | 0 | 1 | 10111111 | 1011101 | 1010011 |
Color Harmonies of #ADEEFC
Complementary color
Monochromatic Colors of #ADEEFC
Black with #ADEEFC
Text Example
Text Example
White with #ADEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEEFC; }
p { color: rgb(173,238,252); }
H1.HeaderClassName
{
color: #ADEEFC;
}
.AnyTagClassName
{
color: #ADEEFC;
}
</style>
background-color css
<style>
a { background-color: #ADEEFC; }
a { background-color: rgb(173,238,252); }
div.DivClassName
{
background-color: #ADEEFC;
}
.BgClassName
{
background-color: #ADEEFC;
}
</style>
border-color css
<style>
span { border-color: #ADEEFC; }
span { border-color: rgb(173,238,252); }
td.TdClassName
{
border-color: #ADEEFC;
}
.TagClassName
{
border-color: #ADEEFC;
}
</style>