Shades of Pale Turquoise #ADF0FA
Tints of Pale Turquoise #ADF0FA
RGB
CMYK
RGB Variations
Color information
#ADF0FA (or 0xADF0FA) is known color: Pale Turquoise. HEX triplet: AD, F0 and FA. RGB value is (173,240,250). Sum of RGB (Red+Green+Blue) = 173+240+250=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0FA is #520F05. Grayscale: #DDDDDD. Windows color (decimal): -5377798 or 16445613. OLE color: 16445613.
HSL color Cylindrical-coordinate representation of color #ADF0FA: hue angle of 187.79º 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 #ADF0FA is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 240 | 250 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.02 |
| HSL | 187.79º | 0.89% | 0.83% | - |
| HSV(B) | 187.79º | 0.31% | 0.98% | - |
| XYZ | 65.65 | 78.11 | 102.06 | - |
| YUV | 221.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 250 | 0.31 | 0.04 | 0 | 0.02 | 187.79 | 0.89 | 0.83 |
| Hex | AD | F0 | FA | 1F | 4 | 0 | 2 | BC | 59 | 53 |
| Octal | 255 | 360 | 372 | 37 | 4 | 0 | 2 | 274 | 131 | 123 |
| Binary | 10101101 | 11110000 | 11111010 | 11111 | 100 | 0 | 10 | 10111100 | 1011001 | 1010011 |
Color Harmonies of #ADF0FA
Complementary color
Monochromatic Colors of #ADF0FA
Black with #ADF0FA
Text Example
Text Example
White with #ADF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0FA; }
p { color: rgb(173,240,250); }
H1.HeaderClassName
{
color: #ADF0FA;
}
.AnyTagClassName
{
color: #ADF0FA;
}
</style>
background-color css
<style>
a { background-color: #ADF0FA; }
a { background-color: rgb(173,240,250); }
div.DivClassName
{
background-color: #ADF0FA;
}
.BgClassName
{
background-color: #ADF0FA;
}
</style>
border-color css
<style>
span { border-color: #ADF0FA; }
span { border-color: rgb(173,240,250); }
td.TdClassName
{
border-color: #ADF0FA;
}
.TagClassName
{
border-color: #ADF0FA;
}
</style>