Shades of Pale Turquoise #ADF8EA
Tints of Pale Turquoise #ADF8EA
RGB
CMYK
RGB Variations
Color information
#ADF8EA (or 0xADF8EA) is known color: Pale Turquoise. HEX triplet: AD, F8 and EA. RGB value is (173,248,234). Sum of RGB (Red+Green+Blue) = 173+248+234=655 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.41% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF8EA is #520715. Grayscale: #DFDFDF. Windows color (decimal): -5375766 or 15399085. OLE color: 15399085.
HSL color Cylindrical-coordinate representation of color #ADF8EA: hue angle of 168.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8EA is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 234 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.03 |
| HSL | 168.8º | 0.84% | 0.83% | - |
| HSV(B) | 168.8º | 0.3% | 0.97% | - |
| XYZ | 65.65 | 81.96 | 90.2 | - |
| YUV | 223.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 234 | 0.30 | 0 | 0.06 | 0.03 | 168.8 | 0.84 | 0.83 |
| Hex | AD | F8 | EA | 1E | 0 | 6 | 3 | A9 | 54 | 53 |
| Octal | 255 | 370 | 352 | 36 | 0 | 6 | 3 | 251 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11101010 | 11110 | 0 | 110 | 11 | 10101001 | 1010100 | 1010011 |
Color Harmonies of #ADF8EA
Complementary color
Monochromatic Colors of #ADF8EA
Black with #ADF8EA
Text Example
Text Example
White with #ADF8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8EA; }
p { color: rgb(173,248,234); }
H1.HeaderClassName
{
color: #ADF8EA;
}
.AnyTagClassName
{
color: #ADF8EA;
}
</style>
background-color css
<style>
a { background-color: #ADF8EA; }
a { background-color: rgb(173,248,234); }
div.DivClassName
{
background-color: #ADF8EA;
}
.BgClassName
{
background-color: #ADF8EA;
}
</style>
border-color css
<style>
span { border-color: #ADF8EA; }
span { border-color: rgb(173,248,234); }
td.TdClassName
{
border-color: #ADF8EA;
}
.TagClassName
{
border-color: #ADF8EA;
}
</style>