Shades of Pale Turquoise #ADEBEB
Tints of Pale Turquoise #ADEBEB
RGB
CMYK
RGB Variations
Color information
#ADEBEB (or 0xADEBEB) is known color: Pale Turquoise. HEX triplet: AD, EB and EB. RGB value is (173,235,235). Sum of RGB (Red+Green+Blue) = 173+235+235=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #ADEBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBEB is #521414. Grayscale: #D8D8D8. Windows color (decimal): -5379093 or 15461293. OLE color: 15461293.
HSL color Cylindrical-coordinate representation of color #ADEBEB: hue angle of 180º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBEB is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 173 | 235 | 235 | - |
CMYK | 0.26 | 0 | 0 | 0.08 |
HSL | 180º | 0.61% | 0.8% | - |
HSV(B) | 180º | 0.26% | 0.92% | - |
XYZ | 61.94 | 74.3 | 89.67 | - |
YUV | 216.46 | 138.46 | 97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 235 | 235 | 0.26 | 0 | 0 | 0.08 | 180 | 0.61 | 0.8 |
Hex | AD | EB | EB | 1A | 0 | 0 | 8 | B4 | 3D | 50 |
Octal | 255 | 353 | 353 | 32 | 0 | 0 | 10 | 264 | 75 | 120 |
Binary | 10101101 | 11101011 | 11101011 | 11010 | 0 | 0 | 1000 | 10110100 | 111101 | 1010000 |
Color Harmonies of #ADEBEB
Complementary color
Monochromatic Colors of #ADEBEB
Black with #ADEBEB
Text Example
Text Example
White with #ADEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBEB; }
p { color: rgb(173,235,235); }
H1.HeaderClassName
{
color: #ADEBEB;
}
.AnyTagClassName
{
color: #ADEBEB;
}
</style>
background-color css
<style>
a { background-color: #ADEBEB; }
a { background-color: rgb(173,235,235); }
div.DivClassName
{
background-color: #ADEBEB;
}
.BgClassName
{
background-color: #ADEBEB;
}
</style>
border-color css
<style>
span { border-color: #ADEBEB; }
span { border-color: rgb(173,235,235); }
td.TdClassName
{
border-color: #ADEBEB;
}
.TagClassName
{
border-color: #ADEBEB;
}
</style>