Shades of Pale Turquoise #ADF0EE
Tints of Pale Turquoise #ADF0EE
RGB
CMYK
RGB Variations
Color information
#ADF0EE (or 0xADF0EE) is known color: Pale Turquoise. HEX triplet: AD, F0 and EE. RGB value is (173,240,238). Sum of RGB (Red+Green+Blue) = 173+240+238=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0EE is #520F11. Grayscale: #DBDBDB. Windows color (decimal): -5377810 or 15659181. OLE color: 15659181.
HSL color Cylindrical-coordinate representation of color #ADF0EE: hue angle of 178.21º 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 #ADF0EE is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 238 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.06 |
| HSL | 178.21º | 0.69% | 0.81% | - |
| HSV(B) | 178.21º | 0.28% | 0.94% | - |
| XYZ | 63.83 | 77.38 | 92.46 | - |
| YUV | 219.74 | 138.3 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 238 | 0.28 | 0 | 0.01 | 0.06 | 178.21 | 0.69 | 0.81 |
| Hex | AD | F0 | EE | 1C | 0 | 1 | 6 | B2 | 45 | 51 |
| Octal | 255 | 360 | 356 | 34 | 0 | 1 | 6 | 262 | 105 | 121 |
| Binary | 10101101 | 11110000 | 11101110 | 11100 | 0 | 1 | 110 | 10110010 | 1000101 | 1010001 |
Color Harmonies of #ADF0EE
Complementary color
Monochromatic Colors of #ADF0EE
Black with #ADF0EE
Text Example
Text Example
White with #ADF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0EE; }
p { color: rgb(173,240,238); }
H1.HeaderClassName
{
color: #ADF0EE;
}
.AnyTagClassName
{
color: #ADF0EE;
}
</style>
background-color css
<style>
a { background-color: #ADF0EE; }
a { background-color: rgb(173,240,238); }
div.DivClassName
{
background-color: #ADF0EE;
}
.BgClassName
{
background-color: #ADF0EE;
}
</style>
border-color css
<style>
span { border-color: #ADF0EE; }
span { border-color: rgb(173,240,238); }
td.TdClassName
{
border-color: #ADF0EE;
}
.TagClassName
{
border-color: #ADF0EE;
}
</style>