Shades of Pale Turquoise #ADF9ED
Tints of Pale Turquoise #ADF9ED
RGB
CMYK
RGB Variations
Color information
#ADF9ED (or 0xADF9ED) is known color: Pale Turquoise. HEX triplet: AD, F9 and ED. RGB value is (173,249,237). Sum of RGB (Red+Green+Blue) = 173+249+237=659 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.25% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF9ED is #520612. Grayscale: #E0E0E0. Windows color (decimal): -5375507 or 15595949. OLE color: 15595949.
HSL color Cylindrical-coordinate representation of color #ADF9ED: hue angle of 170.53º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9ED is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 249 | 237 | - |
CMYK | 0.31 | 0 | 0.05 | 0.02 |
HSL | 170.53º | 0.86% | 0.83% | - |
HSV(B) | 170.53º | 0.31% | 0.98% | - |
XYZ | 66.4 | 82.75 | 92.59 | - |
YUV | 224.91 | 134.82 | 90.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 249 | 237 | 0.31 | 0 | 0.05 | 0.02 | 170.53 | 0.86 | 0.83 |
Hex | AD | F9 | ED | 1F | 0 | 5 | 2 | AB | 56 | 53 |
Octal | 255 | 371 | 355 | 37 | 0 | 5 | 2 | 253 | 126 | 123 |
Binary | 10101101 | 11111001 | 11101101 | 11111 | 0 | 101 | 10 | 10101011 | 1010110 | 1010011 |
Color Harmonies of #ADF9ED
Complementary color
Monochromatic Colors of #ADF9ED
Black with #ADF9ED
Text Example
Text Example
White with #ADF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF9ED; }
p { color: rgb(173,249,237); }
H1.HeaderClassName
{
color: #ADF9ED;
}
.AnyTagClassName
{
color: #ADF9ED;
}
</style>
background-color css
<style>
a { background-color: #ADF9ED; }
a { background-color: rgb(173,249,237); }
div.DivClassName
{
background-color: #ADF9ED;
}
.BgClassName
{
background-color: #ADF9ED;
}
</style>
border-color css
<style>
span { border-color: #ADF9ED; }
span { border-color: rgb(173,249,237); }
td.TdClassName
{
border-color: #ADF9ED;
}
.TagClassName
{
border-color: #ADF9ED;
}
</style>