Shades of Pale Turquoise #ADF1FA
Tints of Pale Turquoise #ADF1FA
RGB
CMYK
RGB Variations
Color information
#ADF1FA (or 0xADF1FA) is known color: Pale Turquoise. HEX triplet: AD, F1 and FA. RGB value is (173,241,250). Sum of RGB (Red+Green+Blue) = 173+241+250=664 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.05% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1FA is #520E05. Grayscale: #DDDDDD. Windows color (decimal): -5377542 or 16445869. OLE color: 16445869.
HSL color Cylindrical-coordinate representation of color #ADF1FA: hue angle of 187.01º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF1FA is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 241 | 250 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.02 |
| HSL | 187.01º | 0.89% | 0.83% | - |
| HSV(B) | 187.01º | 0.31% | 0.98% | - |
| XYZ | 65.94 | 78.7 | 102.16 | - |
| YUV | 221.69 | 143.97 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 250 | 0.31 | 0.04 | 0 | 0.02 | 187.01 | 0.89 | 0.83 |
| Hex | AD | F1 | FA | 1F | 4 | 0 | 2 | BB | 59 | 53 |
| Octal | 255 | 361 | 372 | 37 | 4 | 0 | 2 | 273 | 131 | 123 |
| Binary | 10101101 | 11110001 | 11111010 | 11111 | 100 | 0 | 10 | 10111011 | 1011001 | 1010011 |
Color Harmonies of #ADF1FA
Complementary color
Monochromatic Colors of #ADF1FA
Black with #ADF1FA
Text Example
Text Example
White with #ADF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1FA; }
p { color: rgb(173,241,250); }
H1.HeaderClassName
{
color: #ADF1FA;
}
.AnyTagClassName
{
color: #ADF1FA;
}
</style>
background-color css
<style>
a { background-color: #ADF1FA; }
a { background-color: rgb(173,241,250); }
div.DivClassName
{
background-color: #ADF1FA;
}
.BgClassName
{
background-color: #ADF1FA;
}
</style>
border-color css
<style>
span { border-color: #ADF1FA; }
span { border-color: rgb(173,241,250); }
td.TdClassName
{
border-color: #ADF1FA;
}
.TagClassName
{
border-color: #ADF1FA;
}
</style>