Shades of Pale Turquoise #ADF8F2
Tints of Pale Turquoise #ADF8F2
RGB
CMYK
RGB Variations
Color information
#ADF8F2 (or 0xADF8F2) is known color: Pale Turquoise. HEX triplet: AD, F8 and F2. RGB value is (173,248,242). Sum of RGB (Red+Green+Blue) = 173+248+242=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF8F2 is #52070D. Grayscale: #E0E0E0. Windows color (decimal): -5375758 or 15923373. OLE color: 15923373.
HSL color Cylindrical-coordinate representation of color #ADF8F2: hue angle of 175.2º 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 #ADF8F2 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 242 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.03 |
| HSL | 175.2º | 0.84% | 0.83% | - |
| HSV(B) | 175.2º | 0.3% | 0.97% | - |
| XYZ | 66.83 | 82.43 | 96.39 | - |
| YUV | 224.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 242 | 0.30 | 0 | 0.02 | 0.03 | 175.2 | 0.84 | 0.83 |
| Hex | AD | F8 | F2 | 1E | 0 | 2 | 3 | AF | 54 | 53 |
| Octal | 255 | 370 | 362 | 36 | 0 | 2 | 3 | 257 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11110010 | 11110 | 0 | 10 | 11 | 10101111 | 1010100 | 1010011 |
Color Harmonies of #ADF8F2
Complementary color
Monochromatic Colors of #ADF8F2
Black with #ADF8F2
Text Example
Text Example
White with #ADF8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8F2; }
p { color: rgb(173,248,242); }
H1.HeaderClassName
{
color: #ADF8F2;
}
.AnyTagClassName
{
color: #ADF8F2;
}
</style>
background-color css
<style>
a { background-color: #ADF8F2; }
a { background-color: rgb(173,248,242); }
div.DivClassName
{
background-color: #ADF8F2;
}
.BgClassName
{
background-color: #ADF8F2;
}
</style>
border-color css
<style>
span { border-color: #ADF8F2; }
span { border-color: rgb(173,248,242); }
td.TdClassName
{
border-color: #ADF8F2;
}
.TagClassName
{
border-color: #ADF8F2;
}
</style>