Shades of Pale Turquoise #ADF2F5
Tints of Pale Turquoise #ADF2F5
RGB
CMYK
RGB Variations
Color information
#ADF2F5 (or 0xADF2F5) is known color: Pale Turquoise. HEX triplet: AD, F2 and F5. RGB value is (173,242,245). Sum of RGB (Red+Green+Blue) = 173+242+245=660 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.21% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADF2F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2F5 is #520D0A. Grayscale: #DDDDDD. Windows color (decimal): -5377291 or 16118445. OLE color: 16118445.
HSL color Cylindrical-coordinate representation of color #ADF2F5: hue angle of 182.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2F5 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 242 | 245 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.04 |
| HSL | 182.5º | 0.78% | 0.82% | - |
| HSV(B) | 182.5º | 0.29% | 0.96% | - |
| XYZ | 65.47 | 78.98 | 98.18 | - |
| YUV | 221.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 245 | 0.29 | 0.01 | 0 | 0.04 | 182.5 | 0.78 | 0.82 |
| Hex | AD | F2 | F5 | 1D | 1 | 0 | 4 | B6 | 4E | 52 |
| Octal | 255 | 362 | 365 | 35 | 1 | 0 | 4 | 266 | 116 | 122 |
| Binary | 10101101 | 11110010 | 11110101 | 11101 | 1 | 0 | 100 | 10110110 | 1001110 | 1010010 |
Color Harmonies of #ADF2F5
Complementary color
Monochromatic Colors of #ADF2F5
Black with #ADF2F5
Text Example
Text Example
White with #ADF2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2F5; }
p { color: rgb(173,242,245); }
H1.HeaderClassName
{
color: #ADF2F5;
}
.AnyTagClassName
{
color: #ADF2F5;
}
</style>
background-color css
<style>
a { background-color: #ADF2F5; }
a { background-color: rgb(173,242,245); }
div.DivClassName
{
background-color: #ADF2F5;
}
.BgClassName
{
background-color: #ADF2F5;
}
</style>
border-color css
<style>
span { border-color: #ADF2F5; }
span { border-color: rgb(173,242,245); }
td.TdClassName
{
border-color: #ADF2F5;
}
.TagClassName
{
border-color: #ADF2F5;
}
</style>