Shades of Pale Turquoise #ADF3FE
Tints of Pale Turquoise #ADF3FE
RGB
CMYK
RGB Variations
Color information
#ADF3FE (or 0xADF3FE) is known color: Pale Turquoise. HEX triplet: AD, F3 and FE. RGB value is (173,243,254). Sum of RGB (Red+Green+Blue) = 173+243+254=670 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.82% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADF3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF3FE is #520C01. Grayscale: #DFDFDF. Windows color (decimal): -5377026 or 16708525. OLE color: 16708525.
HSL color Cylindrical-coordinate representation of color #ADF3FE: hue angle of 188.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADF3FE is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 243 | 254 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.00 |
| HSL | 188.15º | 0.98% | 0.84% | - |
| HSV(B) | 188.15º | 0.32% | 1% | - |
| XYZ | 67.17 | 80.14 | 105.69 | - |
| YUV | 223.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 254 | 0.32 | 0.04 | 0 | 0.00 | 188.15 | 0.98 | 0.84 |
| Hex | AD | F3 | FE | 20 | 4 | 0 | 0 | BC | 62 | 54 |
| Octal | 255 | 363 | 376 | 40 | 4 | 0 | 0 | 274 | 142 | 124 |
| Binary | 10101101 | 11110011 | 11111110 | 100000 | 100 | 0 | 0 | 10111100 | 1100010 | 1010100 |
Color Harmonies of #ADF3FE
Complementary color
Monochromatic Colors of #ADF3FE
Black with #ADF3FE
Text Example
Text Example
White with #ADF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF3FE; }
p { color: rgb(173,243,254); }
H1.HeaderClassName
{
color: #ADF3FE;
}
.AnyTagClassName
{
color: #ADF3FE;
}
</style>
background-color css
<style>
a { background-color: #ADF3FE; }
a { background-color: rgb(173,243,254); }
div.DivClassName
{
background-color: #ADF3FE;
}
.BgClassName
{
background-color: #ADF3FE;
}
</style>
border-color css
<style>
span { border-color: #ADF3FE; }
span { border-color: rgb(173,243,254); }
td.TdClassName
{
border-color: #ADF3FE;
}
.TagClassName
{
border-color: #ADF3FE;
}
</style>