Shades of Pale Turquoise #ADF3F0
Tints of Pale Turquoise #ADF3F0
RGB
CMYK
RGB Variations
Color information
#ADF3F0 (or 0xADF3F0) is known color: Pale Turquoise. HEX triplet: AD, F3 and F0. RGB value is (173,243,240). Sum of RGB (Red+Green+Blue) = 173+243+240=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF3F0 is #520C0F. Grayscale: #DDDDDD. Windows color (decimal): -5377040 or 15791021. OLE color: 15791021.
HSL color Cylindrical-coordinate representation of color #ADF3F0: hue angle of 177.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF3F0 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 240 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.05 |
| HSL | 177.43º | 0.74% | 0.82% | - |
| HSV(B) | 177.43º | 0.29% | 0.95% | - |
| XYZ | 65.01 | 79.28 | 94.31 | - |
| YUV | 221.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 240 | 0.29 | 0 | 0.01 | 0.05 | 177.43 | 0.74 | 0.82 |
| Hex | AD | F3 | F0 | 1D | 0 | 1 | 5 | B1 | 4A | 52 |
| Octal | 255 | 363 | 360 | 35 | 0 | 1 | 5 | 261 | 112 | 122 |
| Binary | 10101101 | 11110011 | 11110000 | 11101 | 0 | 1 | 101 | 10110001 | 1001010 | 1010010 |
Color Harmonies of #ADF3F0
Complementary color
Monochromatic Colors of #ADF3F0
Black with #ADF3F0
Text Example
Text Example
White with #ADF3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF3F0; }
p { color: rgb(173,243,240); }
H1.HeaderClassName
{
color: #ADF3F0;
}
.AnyTagClassName
{
color: #ADF3F0;
}
</style>
background-color css
<style>
a { background-color: #ADF3F0; }
a { background-color: rgb(173,243,240); }
div.DivClassName
{
background-color: #ADF3F0;
}
.BgClassName
{
background-color: #ADF3F0;
}
</style>
border-color css
<style>
span { border-color: #ADF3F0; }
span { border-color: rgb(173,243,240); }
td.TdClassName
{
border-color: #ADF3F0;
}
.TagClassName
{
border-color: #ADF3F0;
}
</style>