Shades of Pale Turquoise #ADF2FF
Tints of Pale Turquoise #ADF2FF
RGB
CMYK
RGB Variations
Color information
#ADF2FF (or 0xADF2FF) is known color: Pale Turquoise. HEX triplet: AD, F2 and FF. RGB value is (173,242,255). Sum of RGB (Red+Green+Blue) = 173+242+255=670 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.82% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2FF is #520D00. Grayscale: #DEDEDE. Windows color (decimal): -5377281 or 16773805. OLE color: 16773805.
HSL color Cylindrical-coordinate representation of color #ADF2FF: hue angle of 189.51º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADF2FF is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 242 | 255 | - |
| CMYK | 0.32 | 0.05 | 0 | 0 |
| HSL | 189.51º | 1% | 0.84% | - |
| HSV(B) | 189.51º | 0.32% | 1% | - |
| XYZ | 67.04 | 79.61 | 106.44 | - |
| YUV | 222.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 255 | 0.32 | 0.05 | 0 | 0 | 189.51 | 1 | 0.84 |
| Hex | AD | F2 | FF | 20 | 5 | 0 | 0 | BE | 64 | 54 |
| Octal | 255 | 362 | 377 | 40 | 5 | 0 | 0 | 276 | 144 | 124 |
| Binary | 10101101 | 11110010 | 11111111 | 100000 | 101 | 0 | 0 | 10111110 | 1100100 | 1010100 |
Color Harmonies of #ADF2FF
Complementary color
Monochromatic Colors of #ADF2FF
Black with #ADF2FF
Text Example
Text Example
White with #ADF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2FF; }
p { color: rgb(173,242,255); }
H1.HeaderClassName
{
color: #ADF2FF;
}
.AnyTagClassName
{
color: #ADF2FF;
}
</style>
background-color css
<style>
a { background-color: #ADF2FF; }
a { background-color: rgb(173,242,255); }
div.DivClassName
{
background-color: #ADF2FF;
}
.BgClassName
{
background-color: #ADF2FF;
}
</style>
border-color css
<style>
span { border-color: #ADF2FF; }
span { border-color: rgb(173,242,255); }
td.TdClassName
{
border-color: #ADF2FF;
}
.TagClassName
{
border-color: #ADF2FF;
}
</style>