Shades of Pale Turquoise #ADF3FF
Tints of Pale Turquoise #ADF3FF
RGB
CMYK
RGB Variations
Color information
#ADF3FF (or 0xADF3FF) is known color: Pale Turquoise. HEX triplet: AD, F3 and FF. RGB value is (173,243,255). Sum of RGB (Red+Green+Blue) = 173+243+255=671 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.78% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADF3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF3FF is #520C00. Grayscale: #DFDFDF. Windows color (decimal): -5377025 or 16774061. OLE color: 16774061.
HSL color Cylindrical-coordinate representation of color #ADF3FF: hue angle of 188.78º 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 #ADF3FF is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 243 | 255 | - |
| CMYK | 0.32 | 0.05 | 0 | 0 |
| HSL | 188.78º | 1% | 0.84% | - |
| HSV(B) | 188.78º | 0.32% | 1% | - |
| XYZ | 67.33 | 80.21 | 106.54 | - |
| YUV | 223.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 255 | 0.32 | 0.05 | 0 | 0 | 188.78 | 1 | 0.84 |
| Hex | AD | F3 | FF | 20 | 5 | 0 | 0 | BD | 64 | 54 |
| Octal | 255 | 363 | 377 | 40 | 5 | 0 | 0 | 275 | 144 | 124 |
| Binary | 10101101 | 11110011 | 11111111 | 100000 | 101 | 0 | 0 | 10111101 | 1100100 | 1010100 |
Color Harmonies of #ADF3FF
Complementary color
Monochromatic Colors of #ADF3FF
Black with #ADF3FF
Text Example
Text Example
White with #ADF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF3FF; }
p { color: rgb(173,243,255); }
H1.HeaderClassName
{
color: #ADF3FF;
}
.AnyTagClassName
{
color: #ADF3FF;
}
</style>
background-color css
<style>
a { background-color: #ADF3FF; }
a { background-color: rgb(173,243,255); }
div.DivClassName
{
background-color: #ADF3FF;
}
.BgClassName
{
background-color: #ADF3FF;
}
</style>
border-color css
<style>
span { border-color: #ADF3FF; }
span { border-color: rgb(173,243,255); }
td.TdClassName
{
border-color: #ADF3FF;
}
.TagClassName
{
border-color: #ADF3FF;
}
</style>