Shades of Pale Turquoise #ADF0E6
Tints of Pale Turquoise #ADF0E6
RGB
CMYK
RGB Variations
Color information
#ADF0E6 (or 0xADF0E6) is known color: Pale Turquoise. HEX triplet: AD, F0 and E6. RGB value is (173,240,230). Sum of RGB (Red+Green+Blue) = 173+240+230=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0E6 is #520F19. Grayscale: #DADADA. Windows color (decimal): -5377818 or 15134893. OLE color: 15134893.
HSL color Cylindrical-coordinate representation of color #ADF0E6: hue angle of 171.04º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0E6 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 230 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.06 |
| HSL | 171.04º | 0.69% | 0.81% | - |
| HSV(B) | 171.04º | 0.28% | 0.94% | - |
| XYZ | 62.68 | 76.92 | 86.41 | - |
| YUV | 218.83 | 134.3 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 230 | 0.28 | 0 | 0.04 | 0.06 | 171.04 | 0.69 | 0.81 |
| Hex | AD | F0 | E6 | 1C | 0 | 4 | 6 | AB | 45 | 51 |
| Octal | 255 | 360 | 346 | 34 | 0 | 4 | 6 | 253 | 105 | 121 |
| Binary | 10101101 | 11110000 | 11100110 | 11100 | 0 | 100 | 110 | 10101011 | 1000101 | 1010001 |
Color Harmonies of #ADF0E6
Complementary color
Monochromatic Colors of #ADF0E6
Black with #ADF0E6
Text Example
Text Example
White with #ADF0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0E6; }
p { color: rgb(173,240,230); }
H1.HeaderClassName
{
color: #ADF0E6;
}
.AnyTagClassName
{
color: #ADF0E6;
}
</style>
background-color css
<style>
a { background-color: #ADF0E6; }
a { background-color: rgb(173,240,230); }
div.DivClassName
{
background-color: #ADF0E6;
}
.BgClassName
{
background-color: #ADF0E6;
}
</style>
border-color css
<style>
span { border-color: #ADF0E6; }
span { border-color: rgb(173,240,230); }
td.TdClassName
{
border-color: #ADF0E6;
}
.TagClassName
{
border-color: #ADF0E6;
}
</style>