Shades of Pale Turquoise #ADF9FE
Tints of Pale Turquoise #ADF9FE
RGB
CMYK
RGB Variations
Color information
#ADF9FE (or 0xADF9FE) is known color: Pale Turquoise. HEX triplet: AD, F9 and FE. RGB value is (173,249,254). Sum of RGB (Red+Green+Blue) = 173+249+254=676 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.59% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADF9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF9FE is #520601. Grayscale: #E2E2E2. Windows color (decimal): -5375490 or 16710061. OLE color: 16710061.
HSL color Cylindrical-coordinate representation of color #ADF9FE: hue angle of 183.7º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADF9FE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 249 | 254 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.00 |
| HSL | 183.7º | 0.98% | 0.84% | - |
| HSV(B) | 183.7º | 0.32% | 1% | - |
| XYZ | 69 | 83.79 | 106.3 | - |
| YUV | 226.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 254 | 0.32 | 0.02 | 0 | 0.00 | 183.7 | 0.98 | 0.84 |
| Hex | AD | F9 | FE | 20 | 2 | 0 | 0 | B8 | 62 | 54 |
| Octal | 255 | 371 | 376 | 40 | 2 | 0 | 0 | 270 | 142 | 124 |
| Binary | 10101101 | 11111001 | 11111110 | 100000 | 10 | 0 | 0 | 10111000 | 1100010 | 1010100 |
Color Harmonies of #ADF9FE
Complementary color
Monochromatic Colors of #ADF9FE
Black with #ADF9FE
Text Example
Text Example
White with #ADF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF9FE; }
p { color: rgb(173,249,254); }
H1.HeaderClassName
{
color: #ADF9FE;
}
.AnyTagClassName
{
color: #ADF9FE;
}
</style>
background-color css
<style>
a { background-color: #ADF9FE; }
a { background-color: rgb(173,249,254); }
div.DivClassName
{
background-color: #ADF9FE;
}
.BgClassName
{
background-color: #ADF9FE;
}
</style>
border-color css
<style>
span { border-color: #ADF9FE; }
span { border-color: rgb(173,249,254); }
td.TdClassName
{
border-color: #ADF9FE;
}
.TagClassName
{
border-color: #ADF9FE;
}
</style>