Shades of Pale Turquoise #ADF5FD
Tints of Pale Turquoise #ADF5FD
RGB
CMYK
RGB Variations
Color information
#ADF5FD (or 0xADF5FD) is known color: Pale Turquoise. HEX triplet: AD, F5 and FD. RGB value is (173,245,253). Sum of RGB (Red+Green+Blue) = 173+245+253=671 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.78% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADF5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5FD is #520A02. Grayscale: #E0E0E0. Windows color (decimal): -5376515 or 16643501. OLE color: 16643501.
HSL color Cylindrical-coordinate representation of color #ADF5FD: hue angle of 186º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADF5FD is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 245 | 253 | - |
CMYK | 0.32 | 0.03 | 0 | 0.01 |
HSL | 186º | 0.95% | 0.84% | - |
HSV(B) | 186º | 0.32% | 0.99% | - |
XYZ | 67.62 | 81.28 | 105.05 | - |
YUV | 224.38 | 144.15 | 91.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 245 | 253 | 0.32 | 0.03 | 0 | 0.01 | 186 | 0.95 | 0.84 |
Hex | AD | F5 | FD | 20 | 3 | 0 | 1 | BA | 5F | 54 |
Octal | 255 | 365 | 375 | 40 | 3 | 0 | 1 | 272 | 137 | 124 |
Binary | 10101101 | 11110101 | 11111101 | 100000 | 11 | 0 | 1 | 10111010 | 1011111 | 1010100 |
Color Harmonies of #ADF5FD
Complementary color
Monochromatic Colors of #ADF5FD
Black with #ADF5FD
Text Example
Text Example
White with #ADF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5FD; }
p { color: rgb(173,245,253); }
H1.HeaderClassName
{
color: #ADF5FD;
}
.AnyTagClassName
{
color: #ADF5FD;
}
</style>
background-color css
<style>
a { background-color: #ADF5FD; }
a { background-color: rgb(173,245,253); }
div.DivClassName
{
background-color: #ADF5FD;
}
.BgClassName
{
background-color: #ADF5FD;
}
</style>
border-color css
<style>
span { border-color: #ADF5FD; }
span { border-color: rgb(173,245,253); }
td.TdClassName
{
border-color: #ADF5FD;
}
.TagClassName
{
border-color: #ADF5FD;
}
</style>