Shades of Pale Turquoise #ADF2FA
Tints of Pale Turquoise #ADF2FA
RGB
CMYK
RGB Variations
Color information
#ADF2FA (or 0xADF2FA) is known color: Pale Turquoise. HEX triplet: AD, F2 and FA. RGB value is (173,242,250). Sum of RGB (Red+Green+Blue) = 173+242+250=665 (88% of max value = 765). Red value is 173 (67.97% from 255 or 26.02% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2FA is #520D05. Grayscale: #DEDEDE. Windows color (decimal): -5377286 or 16446125. OLE color: 16446125.
HSL color Cylindrical-coordinate representation of color #ADF2FA: hue angle of 186.23º 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 #ADF2FA is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 242 | 250 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.02 |
| HSL | 186.23º | 0.89% | 0.83% | - |
| HSV(B) | 186.23º | 0.31% | 0.98% | - |
| XYZ | 66.24 | 79.29 | 102.26 | - |
| YUV | 222.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 250 | 0.31 | 0.03 | 0 | 0.02 | 186.23 | 0.89 | 0.83 |
| Hex | AD | F2 | FA | 1F | 3 | 0 | 2 | BA | 59 | 53 |
| Octal | 255 | 362 | 372 | 37 | 3 | 0 | 2 | 272 | 131 | 123 |
| Binary | 10101101 | 11110010 | 11111010 | 11111 | 11 | 0 | 10 | 10111010 | 1011001 | 1010011 |
Color Harmonies of #ADF2FA
Complementary color
Monochromatic Colors of #ADF2FA
Black with #ADF2FA
Text Example
Text Example
White with #ADF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2FA; }
p { color: rgb(173,242,250); }
H1.HeaderClassName
{
color: #ADF2FA;
}
.AnyTagClassName
{
color: #ADF2FA;
}
</style>
background-color css
<style>
a { background-color: #ADF2FA; }
a { background-color: rgb(173,242,250); }
div.DivClassName
{
background-color: #ADF2FA;
}
.BgClassName
{
background-color: #ADF2FA;
}
</style>
border-color css
<style>
span { border-color: #ADF2FA; }
span { border-color: rgb(173,242,250); }
td.TdClassName
{
border-color: #ADF2FA;
}
.TagClassName
{
border-color: #ADF2FA;
}
</style>