Shades of Pale Turquoise #ADEEEB
Tints of Pale Turquoise #ADEEEB
RGB
CMYK
RGB Variations
Color information
#ADEEEB (or 0xADEEEB) is known color: Pale Turquoise. HEX triplet: AD, EE and EB. RGB value is (173,238,235). Sum of RGB (Red+Green+Blue) = 173+238+235=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEEEB is #521114. Grayscale: #DADADA. Windows color (decimal): -5378325 or 15462061. OLE color: 15462061.
HSL color Cylindrical-coordinate representation of color #ADEEEB: hue angle of 177.23º 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 #ADEEEB is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 235 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.07 |
| HSL | 177.23º | 0.66% | 0.81% | - |
| HSV(B) | 177.23º | 0.27% | 0.93% | - |
| XYZ | 62.8 | 76.03 | 89.96 | - |
| YUV | 218.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 235 | 0.27 | 0 | 0.01 | 0.07 | 177.23 | 0.66 | 0.81 |
| Hex | AD | EE | EB | 1B | 0 | 1 | 7 | B1 | 42 | 51 |
| Octal | 255 | 356 | 353 | 33 | 0 | 1 | 7 | 261 | 102 | 121 |
| Binary | 10101101 | 11101110 | 11101011 | 11011 | 0 | 1 | 111 | 10110001 | 1000010 | 1010001 |
Color Harmonies of #ADEEEB
Complementary color
Monochromatic Colors of #ADEEEB
Black with #ADEEEB
Text Example
Text Example
White with #ADEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEEEB; }
p { color: rgb(173,238,235); }
H1.HeaderClassName
{
color: #ADEEEB;
}
.AnyTagClassName
{
color: #ADEEEB;
}
</style>
background-color css
<style>
a { background-color: #ADEEEB; }
a { background-color: rgb(173,238,235); }
div.DivClassName
{
background-color: #ADEEEB;
}
.BgClassName
{
background-color: #ADEEEB;
}
</style>
border-color css
<style>
span { border-color: #ADEEEB; }
span { border-color: rgb(173,238,235); }
td.TdClassName
{
border-color: #ADEEEB;
}
.TagClassName
{
border-color: #ADEEEB;
}
</style>