Shades of Pale Turquoise #ADEEEE
Tints of Pale Turquoise #ADEEEE
RGB
CMYK
RGB Variations
Color information
#ADEEEE (or 0xADEEEE) is known color: Pale Turquoise. HEX triplet: AD, EE and EE. RGB value is (173,238,238). Sum of RGB (Red+Green+Blue) = 173+238+238=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #ADEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEEEE is #521111. Grayscale: #DADADA. Windows color (decimal): -5378322 or 15658669. OLE color: 15658669.
HSL color Cylindrical-coordinate representation of color #ADEEEE: hue angle of 180º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEEEE is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 238 | - |
| CMYK | 0.27 | 0 | 0 | 0.07 |
| HSL | 180º | 0.66% | 0.81% | - |
| HSV(B) | 180º | 0.27% | 0.93% | - |
| XYZ | 63.24 | 76.21 | 92.27 | - |
| YUV | 218.57 | 138.97 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 238 | 0.27 | 0 | 0 | 0.07 | 180 | 0.66 | 0.81 |
| Hex | AD | EE | EE | 1B | 0 | 0 | 7 | B4 | 42 | 51 |
| Octal | 255 | 356 | 356 | 33 | 0 | 0 | 7 | 264 | 102 | 121 |
| Binary | 10101101 | 11101110 | 11101110 | 11011 | 0 | 0 | 111 | 10110100 | 1000010 | 1010001 |
Color Harmonies of #ADEEEE
Complementary color
Monochromatic Colors of #ADEEEE
Black with #ADEEEE
Text Example
Text Example
White with #ADEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEEEE; }
p { color: rgb(173,238,238); }
H1.HeaderClassName
{
color: #ADEEEE;
}
.AnyTagClassName
{
color: #ADEEEE;
}
</style>
background-color css
<style>
a { background-color: #ADEEEE; }
a { background-color: rgb(173,238,238); }
div.DivClassName
{
background-color: #ADEEEE;
}
.BgClassName
{
background-color: #ADEEEE;
}
</style>
border-color css
<style>
span { border-color: #ADEEEE; }
span { border-color: rgb(173,238,238); }
td.TdClassName
{
border-color: #ADEEEE;
}
.TagClassName
{
border-color: #ADEEEE;
}
</style>