Shades of Pale Turquoise #ADF8FD
Tints of Pale Turquoise #ADF8FD
RGB
CMYK
RGB Variations
Color information
#ADF8FD (or 0xADF8FD) is known color: Pale Turquoise. HEX triplet: AD, F8 and FD. RGB value is (173,248,253). Sum of RGB (Red+Green+Blue) = 173+248+253=674 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.67% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADF8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF8FD is #520702. Grayscale: #E2E2E2. Windows color (decimal): -5375747 or 16644269. OLE color: 16644269.
HSL color Cylindrical-coordinate representation of color #ADF8FD: hue angle of 183.75º 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 #ADF8FD is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 248 | 253 | - |
CMYK | 0.32 | 0.02 | 0 | 0.01 |
HSL | 183.75º | 0.95% | 0.84% | - |
HSV(B) | 183.75º | 0.32% | 0.99% | - |
XYZ | 68.53 | 83.11 | 105.36 | - |
YUV | 226.15 | 143.15 | 90.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 248 | 253 | 0.32 | 0.02 | 0 | 0.01 | 183.75 | 0.95 | 0.84 |
Hex | AD | F8 | FD | 20 | 2 | 0 | 1 | B8 | 5F | 54 |
Octal | 255 | 370 | 375 | 40 | 2 | 0 | 1 | 270 | 137 | 124 |
Binary | 10101101 | 11111000 | 11111101 | 100000 | 10 | 0 | 1 | 10111000 | 1011111 | 1010100 |
Color Harmonies of #ADF8FD
Complementary color
Monochromatic Colors of #ADF8FD
Black with #ADF8FD
Text Example
Text Example
White with #ADF8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8FD; }
p { color: rgb(173,248,253); }
H1.HeaderClassName
{
color: #ADF8FD;
}
.AnyTagClassName
{
color: #ADF8FD;
}
</style>
background-color css
<style>
a { background-color: #ADF8FD; }
a { background-color: rgb(173,248,253); }
div.DivClassName
{
background-color: #ADF8FD;
}
.BgClassName
{
background-color: #ADF8FD;
}
</style>
border-color css
<style>
span { border-color: #ADF8FD; }
span { border-color: rgb(173,248,253); }
td.TdClassName
{
border-color: #ADF8FD;
}
.TagClassName
{
border-color: #ADF8FD;
}
</style>