Shades of Pale Turquoise #ADF1F8
Tints of Pale Turquoise #ADF1F8
RGB
CMYK
RGB Variations
Color information
#ADF1F8 (or 0xADF1F8) is known color: Pale Turquoise. HEX triplet: AD, F1 and F8. RGB value is (173,241,248). Sum of RGB (Red+Green+Blue) = 173+241+248=662 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.13% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADF1F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1F8 is #520E07. Grayscale: #DDDDDD. Windows color (decimal): -5377544 or 16314797. OLE color: 16314797.
HSL color Cylindrical-coordinate representation of color #ADF1F8: hue angle of 185.6º 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 #ADF1F8 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 241 | 248 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.03 |
| HSL | 185.6º | 0.84% | 0.83% | - |
| HSV(B) | 185.6º | 0.3% | 0.97% | - |
| XYZ | 65.63 | 78.57 | 100.51 | - |
| YUV | 221.47 | 142.97 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 248 | 0.30 | 0.03 | 0 | 0.03 | 185.6 | 0.84 | 0.83 |
| Hex | AD | F1 | F8 | 1E | 3 | 0 | 3 | BA | 54 | 53 |
| Octal | 255 | 361 | 370 | 36 | 3 | 0 | 3 | 272 | 124 | 123 |
| Binary | 10101101 | 11110001 | 11111000 | 11110 | 11 | 0 | 11 | 10111010 | 1010100 | 1010011 |
Color Harmonies of #ADF1F8
Complementary color
Monochromatic Colors of #ADF1F8
Black with #ADF1F8
Text Example
Text Example
White with #ADF1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1F8; }
p { color: rgb(173,241,248); }
H1.HeaderClassName
{
color: #ADF1F8;
}
.AnyTagClassName
{
color: #ADF1F8;
}
</style>
background-color css
<style>
a { background-color: #ADF1F8; }
a { background-color: rgb(173,241,248); }
div.DivClassName
{
background-color: #ADF1F8;
}
.BgClassName
{
background-color: #ADF1F8;
}
</style>
border-color css
<style>
span { border-color: #ADF1F8; }
span { border-color: rgb(173,241,248); }
td.TdClassName
{
border-color: #ADF1F8;
}
.TagClassName
{
border-color: #ADF1F8;
}
</style>