Shades of Pale Turquoise #ADFBFE
Tints of Pale Turquoise #ADFBFE
RGB
CMYK
RGB Variations
Color information
#ADFBFE (or 0xADFBFE) is known color: Pale Turquoise. HEX triplet: AD, FB and FE. RGB value is (173,251,254). Sum of RGB (Red+Green+Blue) = 173+251+254=678 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.52% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADFBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFBFE is #520401. Grayscale: #E3E3E3. Windows color (decimal): -5374978 or 16710573. OLE color: 16710573.
HSL color Cylindrical-coordinate representation of color #ADFBFE: hue angle of 182.22º 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 #ADFBFE is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 251 | 254 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.00 |
| HSL | 182.22º | 0.98% | 0.84% | - |
| HSV(B) | 182.22º | 0.32% | 1% | - |
| XYZ | 69.62 | 85.03 | 106.51 | - |
| YUV | 228.02 | 142.66 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 254 | 0.32 | 0.01 | 0 | 0.00 | 182.22 | 0.98 | 0.84 |
| Hex | AD | FB | FE | 20 | 1 | 0 | 0 | B6 | 62 | 54 |
| Octal | 255 | 373 | 376 | 40 | 1 | 0 | 0 | 266 | 142 | 124 |
| Binary | 10101101 | 11111011 | 11111110 | 100000 | 1 | 0 | 0 | 10110110 | 1100010 | 1010100 |
Color Harmonies of #ADFBFE
Complementary color
Monochromatic Colors of #ADFBFE
Black with #ADFBFE
Text Example
Text Example
White with #ADFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBFE; }
p { color: rgb(173,251,254); }
H1.HeaderClassName
{
color: #ADFBFE;
}
.AnyTagClassName
{
color: #ADFBFE;
}
</style>
background-color css
<style>
a { background-color: #ADFBFE; }
a { background-color: rgb(173,251,254); }
div.DivClassName
{
background-color: #ADFBFE;
}
.BgClassName
{
background-color: #ADFBFE;
}
</style>
border-color css
<style>
span { border-color: #ADFBFE; }
span { border-color: rgb(173,251,254); }
td.TdClassName
{
border-color: #ADFBFE;
}
.TagClassName
{
border-color: #ADFBFE;
}
</style>