Shades of Pale Turquoise #ADFDED
Tints of Pale Turquoise #ADFDED
RGB
CMYK
RGB Variations
Color information
#ADFDED (or 0xADFDED) is known color: Pale Turquoise. HEX triplet: AD, FD and ED. RGB value is (173,253,237). Sum of RGB (Red+Green+Blue) = 173+253+237=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDED is #520212. Grayscale: #E3E3E3. Windows color (decimal): -5374483 or 15596973. OLE color: 15596973.
HSL color Cylindrical-coordinate representation of color #ADFDED: hue angle of 168º 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 #ADFDED is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 237 | - |
CMYK | 0.32 | 0 | 0.06 | 0.01 |
HSL | 168º | 0.95% | 0.84% | - |
HSV(B) | 168º | 0.32% | 0.99% | - |
XYZ | 67.64 | 85.25 | 93.01 | - |
YUV | 227.26 | 133.5 | 89.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 237 | 0.32 | 0 | 0.06 | 0.01 | 168 | 0.95 | 0.84 |
Hex | AD | FD | ED | 20 | 0 | 6 | 1 | A8 | 5F | 54 |
Octal | 255 | 375 | 355 | 40 | 0 | 6 | 1 | 250 | 137 | 124 |
Binary | 10101101 | 11111101 | 11101101 | 100000 | 0 | 110 | 1 | 10101000 | 1011111 | 1010100 |
Color Harmonies of #ADFDED
Complementary color
Monochromatic Colors of #ADFDED
Black with #ADFDED
Text Example
Text Example
White with #ADFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDED; }
p { color: rgb(173,253,237); }
H1.HeaderClassName
{
color: #ADFDED;
}
.AnyTagClassName
{
color: #ADFDED;
}
</style>
background-color css
<style>
a { background-color: #ADFDED; }
a { background-color: rgb(173,253,237); }
div.DivClassName
{
background-color: #ADFDED;
}
.BgClassName
{
background-color: #ADFDED;
}
</style>
border-color css
<style>
span { border-color: #ADFDED; }
span { border-color: rgb(173,253,237); }
td.TdClassName
{
border-color: #ADFDED;
}
.TagClassName
{
border-color: #ADFDED;
}
</style>