Shades of Pale Turquoise #ADFAF6
Tints of Pale Turquoise #ADFAF6
RGB
CMYK
RGB Variations
Color information
#ADFAF6 (or 0xADFAF6) is known color: Pale Turquoise. HEX triplet: AD, FA and F6. RGB value is (173,250,246). Sum of RGB (Red+Green+Blue) = 173+250+246=669 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.86% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAF6 is #520509. Grayscale: #E2E2E2. Windows color (decimal): -5375242 or 16186029. OLE color: 16186029.
HSL color Cylindrical-coordinate representation of color #ADFAF6: hue angle of 176.88º degrees, saturation: 0.89, 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 #ADFAF6 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 250 | 246 | - |
CMYK | 0.31 | 0 | 0.02 | 0.02 |
HSL | 176.88º | 0.89% | 0.83% | - |
HSV(B) | 176.88º | 0.31% | 0.98% | - |
XYZ | 68.05 | 83.91 | 99.8 | - |
YUV | 226.52 | 138.99 | 89.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 250 | 246 | 0.31 | 0 | 0.02 | 0.02 | 176.88 | 0.89 | 0.83 |
Hex | AD | FA | F6 | 1F | 0 | 2 | 2 | B1 | 59 | 53 |
Octal | 255 | 372 | 366 | 37 | 0 | 2 | 2 | 261 | 131 | 123 |
Binary | 10101101 | 11111010 | 11110110 | 11111 | 0 | 10 | 10 | 10110001 | 1011001 | 1010011 |
Color Harmonies of #ADFAF6
Complementary color
Monochromatic Colors of #ADFAF6
Black with #ADFAF6
Text Example
Text Example
White with #ADFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFAF6; }
p { color: rgb(173,250,246); }
H1.HeaderClassName
{
color: #ADFAF6;
}
.AnyTagClassName
{
color: #ADFAF6;
}
</style>
background-color css
<style>
a { background-color: #ADFAF6; }
a { background-color: rgb(173,250,246); }
div.DivClassName
{
background-color: #ADFAF6;
}
.BgClassName
{
background-color: #ADFAF6;
}
</style>
border-color css
<style>
span { border-color: #ADFAF6; }
span { border-color: rgb(173,250,246); }
td.TdClassName
{
border-color: #ADFAF6;
}
.TagClassName
{
border-color: #ADFAF6;
}
</style>