Shades of Pale Turquoise #ADF2FB
Tints of Pale Turquoise #ADF2FB
RGB
CMYK
RGB Variations
Color information
#ADF2FB (or 0xADF2FB) is known color: Pale Turquoise. HEX triplet: AD, F2 and FB. RGB value is (173,242,251). Sum of RGB (Red+Green+Blue) = 173+242+251=666 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.98% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADF2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2FB is #520D04. Grayscale: #DEDEDE. Windows color (decimal): -5377285 or 16511661. OLE color: 16511661.
HSL color Cylindrical-coordinate representation of color #ADF2FB: hue angle of 186.92º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF2FB is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 242 | 251 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.02 |
| HSL | 186.92º | 0.91% | 0.83% | - |
| HSV(B) | 186.92º | 0.31% | 0.98% | - |
| XYZ | 66.4 | 79.35 | 103.08 | - |
| YUV | 222.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 251 | 0.31 | 0.04 | 0 | 0.02 | 186.92 | 0.91 | 0.83 |
| Hex | AD | F2 | FB | 1F | 4 | 0 | 2 | BB | 5B | 53 |
| Octal | 255 | 362 | 373 | 37 | 4 | 0 | 2 | 273 | 133 | 123 |
| Binary | 10101101 | 11110010 | 11111011 | 11111 | 100 | 0 | 10 | 10111011 | 1011011 | 1010011 |
Color Harmonies of #ADF2FB
Complementary color
Monochromatic Colors of #ADF2FB
Black with #ADF2FB
Text Example
Text Example
White with #ADF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2FB; }
p { color: rgb(173,242,251); }
H1.HeaderClassName
{
color: #ADF2FB;
}
.AnyTagClassName
{
color: #ADF2FB;
}
</style>
background-color css
<style>
a { background-color: #ADF2FB; }
a { background-color: rgb(173,242,251); }
div.DivClassName
{
background-color: #ADF2FB;
}
.BgClassName
{
background-color: #ADF2FB;
}
</style>
border-color css
<style>
span { border-color: #ADF2FB; }
span { border-color: rgb(173,242,251); }
td.TdClassName
{
border-color: #ADF2FB;
}
.TagClassName
{
border-color: #ADF2FB;
}
</style>